Skip to content

Commit

Permalink
Merge pull request #5 from maiqueb/single-latest-img
Browse files Browse the repository at this point in the history
ci, img build: build a latest image
  • Loading branch information
maiqueb authored May 9, 2024
2 parents e1b63c0 + b3a5a1d commit 2760cac
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 2760cac

Please sign in to comment.