tag image with latest for builds from astria branch (#8)

This commit is contained in:
jesse snyder 2023-04-10 11:54:33 -06:00 committed by GitHub
parent f91e86a130
commit d37cc2c219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,8 @@ jobs:
type=ref,event=pr type=ref,event=pr
type=semver,pattern={{major}}.{{minor}}.{{patch}} type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=sha type=sha
# set latest tag for `astria` branch
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'astria') }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with: