Skip to content

Commit

Permalink
♻️ ci: Add latest tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jyje committed Feb 25, 2024
1 parent 7e46856 commit 13e554e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.image_version }}
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.image_version }}

0 comments on commit 13e554e

Please sign in to comment.