Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-larner committed Sep 30, 2024
1 parent c7bf865 commit 5a7a4e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 5a7a4e1

Please sign in to comment.