Skip to content

Commit

Permalink
Disable branch-sha images for tag-triggered builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Mar 29, 2023
1 parent 7143287 commit cd22ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ghcr.io/praekeltfoundation/vumi-base
tags: |
type=semver,pattern={{version}}
type=sha,prefix={{branch}}-
type=sha,prefix={{branch}}-,enable=${{ github.ref_type != 'tag' }}
- name: login to ghcr
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit cd22ef6

Please sign in to comment.