From dec88d0641daa3284741179a2f9256c1ebd145f4 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Thu, 21 Nov 2024 19:33:18 +0100 Subject: [PATCH] Forgot to reactivare docker builds --- .github/workflows/build-and-publish.yaml | 30 ++++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 66c65b9..e2936e7 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -112,18 +112,18 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} - # - name: Build and push Docker image - # id: push - # uses: docker/build-push-action@v6 - # with: - # context: . - # file: ./resources/docker/Dockerfile - # push: true - # tags: ${{ steps.meta.outputs.tags }} - # labels: ${{ steps.meta.outputs.labels }} - # - name: Generate artifact attestation - # uses: actions/attest-build-provenance@v1 - # with: - # subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} - # subject-digest: ${{ steps.push.outputs.digest }} - # push-to-registry: true + - name: Build and push Docker image + id: push + uses: docker/build-push-action@v6 + with: + context: . + file: ./resources/docker/Dockerfile + push: true + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + - name: Generate artifact attestation + uses: actions/attest-build-provenance@v1 + with: + subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} + subject-digest: ${{ steps.push.outputs.digest }} + push-to-registry: true