Skip to content

Commit

Permalink
add latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gvkhna committed Mar 30, 2024
1 parent 28cfde4 commit c778710
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}:${{ steps.docker_meta.outputs.VERSION }}
tags: |
ghcr.io/${{ github.repository }}:${{ steps.docker_meta.outputs.VERSION }}
ghcr.io/${{ github.repository }}:latest

0 comments on commit c778710

Please sign in to comment.