diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index 37c096b..bd01b66 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.github/workflows/build-snapshot.yml @@ -64,6 +64,6 @@ jobs: with: context: . platforms: ${{ env.PLATFORMS }} - push: ${{ github.event_name != 'pull_request' }} + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}