Skip to content

Commit

Permalink
fix: naming tweaks
Browse files Browse the repository at this point in the history
Co-authored-by: Mike McQuaid <[email protected]>
  • Loading branch information
SMillerDev and MikeMcQuaid committed Aug 19, 2024
1 parent 96afc21 commit 2e990ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,14 @@ jobs:
docker tag brew "homebrew/ubuntu22.04:${{ github.ref_name }}"
docker push "homebrew/ubuntu22.04:${{ github.ref_name }}"
- name: Generate image digest
- name: Generate Docker image digest
if: github.ref == 'refs/heads/master'
id: digest
run: |
digest="$(docker image inspect --format='{{.Digest}}' brew)"
echo "digest=$digest" >> "$GITHUB_OUTPUT"
- name: Generate build provenance
- name: Generate Docker image build provenance
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
if: github.ref == 'refs/heads/master'
id: attest
Expand Down

0 comments on commit 2e990ce

Please sign in to comment.