Skip to content

Commit 462e041

Browse files
authored
ci: Fix GHA output references (#2195)
1 parent 66e8bc8 commit 462e041

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/server-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -95,5 +95,5 @@ jobs:
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

0 commit comments

Comments
 (0)