Skip to content

Commit

Permalink
tag image with latest for builds from astria branch (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
steezeburger authored Apr 10, 2023
1 parent f91e86a commit d37cc2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/astria-build-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
type=ref,event=pr
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=sha
# set latest tag for `astria` branch
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'astria') }}
- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit d37cc2c

Please sign in to comment.