From 5a7a4e156b469b9b90cc363be4390b2f2f04d67f Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 30 Sep 2024 21:20:34 +0800 Subject: [PATCH] build --- .github/workflows/docker-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 0dda671..007fc00 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -28,7 +28,7 @@ jobs: - name: Extract Docker metadata (tags, labels) uses: docker/metadata-action@v4 with: - images: ghcr.io/${{ env.IMAGE_NAME }} + images: ghcr.io/matthewlarner/inception-mqtt - name: Build and push Docker image id: push @@ -37,12 +37,12 @@ jobs: context: . push: true tags: | - ghcr.io/${{ env.IMAGE_NAME }}:latest - ghcr.io/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }} + ghcr.io/matthewlarner/inception-mqtt:latest + ghcr.io/matthewlarner/inception-mqtt:${{ github.event.release.tag_name }} - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: - subject-name: ghcr.io/${{ env.IMAGE_NAME}} + subject-name: ghcr.io/matthewlarner/inception-mqtt subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true \ No newline at end of file