Skip to content

Commit

Permalink
feat(docker-build.yml): also tag image as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
senges committed Dec 6, 2024
1 parent 17dfa86 commit 31edeca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: ghcr.io/senges/tovald:${{ github.ref_name }}
tags: |
ghcr.io/senges/tovald:${{ github.ref_name }}
ghcr.io/senges/tovald:latest

0 comments on commit 31edeca

Please sign in to comment.