Skip to content

Commit

Permalink
ci: debug image
Browse files Browse the repository at this point in the history
  • Loading branch information
y-eight committed Nov 28, 2023
1 parent f815a8f commit 2d96c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set image ref
id: image-ref
run: |
echo "value=${{ steps.image-name.outputs.value }}:${{ steps.build.outputs.version }}" >> "$GITHUB_OUTPUT"
echo "value=${{ steps.image-name.outputs.value }}:${{ steps.meta.outputs.version }}" >> "$GITHUB_OUTPUT"
docker image list
- name: Run Trivy vulnerability scanner
Expand Down

0 comments on commit 2d96c31

Please sign in to comment.