We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acbf52 commit 219f685Copy full SHA for 219f685
1 file changed
.github/workflows/cpp-gql.yaml
@@ -97,14 +97,15 @@ jobs:
97
file: shared/dockerfiles/gql
98
load: true
99
platforms: linux/amd64,linux/arm64
100
- tags: vladimirdev635/gql:$GITHUB_REF_NAME
101
- build-args: GQL_VERSION=$GITHUB_REF_NAME
+ tags: vladimirdev635/gql:${{ github.ref_name }}
+ build-args: |
102
+ GQL_VERSION=${{ github.ref_name }}
103
- name: Build and push
104
uses: docker/build-push-action@v6
105
with:
106
107
push: true
108
109
110
111
0 commit comments