Skip to content

Commit

Permalink
restore runtime push
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 7, 2024
1 parent caf00cc commit 3d3a7f0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/buiild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ jobs:
with:
platforms: ${{ matrix.platform }}
target: developer
tags: ${{ env.TAG }}:${{ github.ref_name }}
tags: ${{ env.TAG }}-developer:${{ github.ref_name }}
push: true

- name: Push runtime image
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
uses: docker/build-push-action@v6
with:
platforms: ${{ matrix.platform }}
target: runtime
tags: ${{ env.TAG }}-runtime:${{ github.ref_name }}
push: true
# TODO
# - name: Push runtime image
# if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
# uses: docker/build-push-action@v6
# with:
# platforms: ${{ matrix.platform }}
# target: runtime
# tags: ${{ env.TAG }}-debug:${{ github.ref_name }}
# push: true

release:
# Release on tag push
Expand Down

0 comments on commit 3d3a7f0

Please sign in to comment.