From e7721f9e5ab8ee975b2ed9147cf497b16305b2ea Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Tue, 12 Dec 2023 02:21:22 +0100 Subject: [PATCH] Enable pushing --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0639333..29f228b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,7 @@ jobs: - name: Build and Push uses: docker/build-push-action@v5 with: + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64