Skip to content

Commit

Permalink
added latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar Janßen committed Jul 7, 2023
1 parent 7f34b76 commit e18300c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}, ${{ GITHUB_REPOSITORY }}:latest
tags: ${{ steps.meta.outputs.tags }}, ${{ env.GITHUB_REPOSITORY }}:latest
labels: ${{ steps.meta.outputs.labels }}

- name: Build and push Docker image for Alpine
Expand Down

0 comments on commit e18300c

Please sign in to comment.