Skip to content

Commit

Permalink
Update docker tag for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Mar 12, 2024
1 parent 40ea665 commit 6efd545
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,10 @@ jobs:
name: Inspect image
run: |
docker buildx imagetools inspect ghcr.io/arroyosystems/${{ matrix.image_name }}:${{ steps.meta.outputs.version }}
# TODO: change this to tip once merged into master
- name: Push to dev tag.
working-directory: /tmp/digests/${{ matrix.image_name }}
# change to dev before merging
if: github.ref == 'refs/heads/df-docker'
if: github.ref == 'refs/heads/master'
run: |
docker buildx imagetools create --tag ghcr.io/arroyosystems/${{ matrix.image_name }}:dev \
# TODO: change to tip after release
docker buildx imagetools create --tag ghcr.io/arroyosystems/${{ matrix.image_name }}:0.10-dev \
$(printf 'ghcr.io/arroyosystems/${{ matrix.image_name }}@sha256:%s ' *)

0 comments on commit 6efd545

Please sign in to comment.