From 5a1ced1d26dd5db889d1639d441bbec8e8b6e83e Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Fri, 27 Dec 2024 10:44:34 -0800 Subject: [PATCH] push the image --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc5ce81..28a8af0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,6 +85,6 @@ jobs: GIT_REPOSITORY_URL=${{ github.repositoryUrl }} GIT_SHA=${{ github.sha }} platforms: ${{ matrix.os_family }}/${{ matrix.architecture }} - push: false + push: true labels: ${{ steps.meta.outputs.labels }} tags: ${{ steps.meta.outputs.tags }}