We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da23ef commit 650f616Copy full SHA for 650f616
1 file changed
.github/workflows/deployment_gcp.yml
@@ -9,7 +9,13 @@ permissions:
9
id-token: write
10
11
jobs:
12
+ generate-version:
13
+ uses: 0xPolygon/pipelines/.github/workflows/generate_version.yaml@main
14
+
15
docker-release:
16
+ needs:
17
+ - generate-version
18
uses: 0xPolygon/pipelines/.github/workflows/gcp_pipeline_release_image.yaml@main
19
with:
- image_name: static
20
+ image_name: static
21
+ image_tag: ${{ needs.generate-version.outputs.version }}
0 commit comments