Skip to content

Commit

Permalink
ci: Add latest tag to the docker build/push (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Mar 3, 2022
1 parent 76f8ea6 commit f514621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
file: docker/Dockerfile
target: app
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
tags: ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}, ghcr.io/${{ github.repository }}:latest
labels: ${{ steps.meta.outputs.labels }}

# Sign the resulting Docker image digest except on PRs.
Expand Down

0 comments on commit f514621

Please sign in to comment.