diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 5bf91b1..b810b50 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -103,8 +103,8 @@ jobs: uses: docker/build-push-action@v5 with: load: false + push: true platforms: linux/amd64,linux/arm64 - push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} no-cache: true