Skip to content

Commit

Permalink
ci: Use "git-" instead of "sha-" for git SHA image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
433eros committed Aug 29, 2023
1 parent ba50ef3 commit 9d0f96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
type=semver,pattern={{major}}
type=ref,event=branch
type=ref,event=pr
type=sha
type=sha,prefix=git-
- name: Build & push Docker image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 9d0f96e

Please sign in to comment.