File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ jobs:
7171 context : ./server
7272 file : ./server/Dockerfile
7373 push : false
74- tags : ${{ steps.gen_docker_tags.docker_tags }}
74+ tags : ${{ steps.gen_docker_tags.outputs. docker_tags }}
7575 platforms : linux/amd64
7676 load : true
7777
7878 - name : Scan image with Grype
7979 id : scan
8080 uses : anchore/scan-action@v6
8181 with :
82- image : " ${{ steps.gen_docker_tags.latest_tag }}"
82+ image : " ${{ steps.gen_docker_tags.outputs. latest_tag }}"
8383 fail-build : true
8484 severity-cutoff : high
8585 only-fixed : true
9595 context : ./server
9696 file : ./server/Dockerfile
9797 push : true
98- tags : ${{ steps.gen_docker_tags.docker_tags }}
98+ tags : ${{ steps.gen_docker_tags.outputs. docker_tags }}
9999 platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments