Skip to content

Commit

Permalink
build on release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed May 27, 2024
1 parent 28a2944 commit 7c02b1b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/image-push.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# on:
# release:
# types: [published]
on:
push:
release:
types: [published]
# on:
# push:

permissions:
contents: read
Expand Down Expand Up @@ -59,8 +59,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
# push: true
# tags: ${{ env.REGISTRY_IMAGE }}:${{ github.event.release.tag_name }}
file: Dockerfile
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 7c02b1b

Please sign in to comment.