Skip to content

Commit

Permalink
test what the tag thing outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis committed Nov 14, 2024
1 parent 4de7d22 commit 54a9e08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish-mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Log meta output tags
run: |
echo "Meta output tags: ${{ steps.meta.outputs.tags }}"
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
Expand Down

0 comments on commit 54a9e08

Please sign in to comment.