Skip to content

Commit

Permalink
fully qualify names
Browse files Browse the repository at this point in the history
  • Loading branch information
sgress454 committed Feb 4, 2025
1 parent de1e675 commit 5575669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/attest-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ jobs:
continue-on-error: true
with:
subject-digest: ${{steps.image_digests.outputs.digest_fleet}}
subject-name: "fleetdm/fleet"
subject-name: "docker.io/fleetdm/fleet"
push-to-registry: true

- name: Attest FleetCtl image
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
continue-on-error: true
with:
subject-digest: ${{steps.image_digests.outputs.digest_fleetctl}}
subject-name: "fleetdm/fleetctl"
subject-name: "docker.io/fleetdm/fleetctl"
push-to-registry: true

0 comments on commit 5575669

Please sign in to comment.