Skip to content

Commit 650f616

Browse files
committed
Update symver handling in image tag
1 parent 4da23ef commit 650f616

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/deployment_gcp.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ permissions:
99
id-token: write
1010

1111
jobs:
12+
generate-version:
13+
uses: 0xPolygon/pipelines/.github/workflows/generate_version.yaml@main
14+
1215
docker-release:
16+
needs:
17+
- generate-version
1318
uses: 0xPolygon/pipelines/.github/workflows/gcp_pipeline_release_image.yaml@main
1419
with:
15-
image_name: static
20+
image_name: static
21+
image_tag: ${{ needs.generate-version.outputs.version }}

0 commit comments

Comments
 (0)