Skip to content

Commit

Permalink
Merge branch 'fix-tag-build'
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Mar 30, 2023
2 parents 7143287 + cd22ef6 commit ce9cda9
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 ce9cda9

Please sign in to comment.