diff --git a/.github/workflows/snapshot-build.yml b/.github/workflows/snapshot-build.yml index 0592ab1d80e..7c2666cfee3 100644 --- a/.github/workflows/snapshot-build.yml +++ b/.github/workflows/snapshot-build.yml @@ -71,8 +71,7 @@ jobs: with: file: Dockerfile-${{ matrix.image }}${{ matrix.platform.dockerfile-suffix }} platforms: ${{ matrix.platform.arch }} - # Only push for releases - push: ${{ github.event_name == 'push' && github.ref_type == 'tag' }} + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: |