Skip to content

Commit

Permalink
Merge pull request #16 from uswitch/airship-3911/migrate-to-gha
Browse files Browse the repository at this point in the history
Airship-3911: fix docker image tag version
  • Loading branch information
mmcgarr authored Jul 9, 2024
2 parents 05ed494 + 41a3a05 commit 95dd7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
images: ${{ vars.IMAGE_NAME_DEFAULT }}
tags: |
type=semver,pattern={{raw}}
type=semver,pattern={{version}}
type=sha,prefix=,format=long,
- uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 95dd7ba

Please sign in to comment.