Skip to content

Commit

Permalink
#61 Fix docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
natenho committed Oct 9, 2021
1 parent 6ac147f commit 8359645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
context: ./
file: ./src/Mockaco/Docker/Dockerfile
push: ${{ !contains(github.event.head_commit.message, 'skip-docker') }}
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/mockaco:latest,${{ secrets.DOCKER_HUB_USERNAME }}/mockaco:${{ steps.tag_version.outputs.new_tag }}
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/mockaco:latest,${{ secrets.DOCKER_HUB_USERNAME }}/mockaco:${{ steps.tag_version.outputs.new_version }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
- name: Image digest
Expand Down

0 comments on commit 8359645

Please sign in to comment.