Skip to content

Commit

Permalink
Fix Github Action tag reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkaergaard committed Sep 18, 2021
1 parent da77b28 commit 523ea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@2.7.0
uses: docker/build-push-action@v2.7.0
with:
context: .
push: true
Expand Down

0 comments on commit 523ea70

Please sign in to comment.