Skip to content

Commit

Permalink
ci, img build: build a latest image
Browse files Browse the repository at this point in the history
This way, we're more efficient with the size of the registry.

Signed-off-by: Miguel Duarte Barroso <[email protected]>
  • Loading branch information
maiqueb committed May 9, 2024
1 parent e1b63c0 commit b3a5a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-img.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${{ github.repository }}:${{ env.git_commit_hash }}
tags: ghcr.io/${{ github.repository }}:latest
file: Dockerfile

- name: Push stable container image
Expand Down

0 comments on commit b3a5a1d

Please sign in to comment.