Skip to content

Commit

Permalink
Trivy - use different backend version action
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Dec 29, 2023
1 parent 831ad22 commit 8fdfc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: use-version-from-check
run:
echo "New version is: "${{ steps.backend_version.outputs.version }}"
echo "New version is: ${{ steps.backend_version.outputs.version }}"

- name: Build image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 8fdfc95

Please sign in to comment.