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 b0d6f5d commit f815a8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.digest }}" >> "$GITHUB_OUTPUT"
echo "value=${{ steps.image-name.outputs.value }}:${{ steps.build.outputs.version }}" >> "$GITHUB_OUTPUT"
docker image list
- name: Run Trivy vulnerability scanner
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test_unit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test - Unit

on: push
on:
pull_request:
branches:
- main

permissions:
contents: read
Expand Down

0 comments on commit f815a8f

Please sign in to comment.