diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 2f965a3..251da41 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -222,6 +222,7 @@ jobs: if: github.event_name != 'pull_request' uses: docker/build-push-action@v6 with: + push: true no-cache: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} @@ -370,10 +371,11 @@ jobs: ' - name: Push + if: github.event_name != 'pull_request' uses: docker/build-push-action@v6 with: + push: true no-cache: true - push: ${{ github.event_name != 'pull_request' }} tags: | ${{ steps.meta_ref.outputs.tags }} ${{ steps.meta_version.outputs.tags }}