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 }}