diff --git a/.github/workflows/action-build-and-push.yaml b/.github/workflows/action-build-and-push.yaml index 99f48b1..200db22 100644 --- a/.github/workflows/action-build-and-push.yaml +++ b/.github/workflows/action-build-and-push.yaml @@ -74,12 +74,12 @@ jobs: # username: ${{ github.repository_owner }} # password: ${{ secrets.GITHUB_TOKEN }} - # - name: Build and push - # uses: docker/build-push-action@v6 - # with: - # context: ${{ inputs.build_context }} - # file: ${{ inputs.file_path }} - # platforms: ${{ inputs.platforms }} - # push: true - # tags: ${{ steps.meta.outputs.tags }} - # labels: ${{ steps.meta.outputs.labels }} + - name: Build and push + uses: docker/build-push-action@v6 + with: + context: ${{ inputs.build_context }} + file: ${{ inputs.file_path }} + platforms: ${{ inputs.platforms }} + push: false + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }}