Skip to content

Commit 219f685

Browse files
committed
ci:fix
1 parent 3acbf52 commit 219f685

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cpp-gql.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,15 @@ jobs:
9797
file: shared/dockerfiles/gql
9898
load: true
9999
platforms: linux/amd64,linux/arm64
100-
tags: vladimirdev635/gql:$GITHUB_REF_NAME
101-
build-args: GQL_VERSION=$GITHUB_REF_NAME
100+
tags: vladimirdev635/gql:${{ github.ref_name }}
101+
build-args: |
102+
GQL_VERSION=${{ github.ref_name }}
102103
- name: Build and push
103104
uses: docker/build-push-action@v6
104105
with:
105106
platforms: linux/amd64,linux/arm64
106107
push: true
107-
tags: vladimirdev635/gql:$GITHUB_REF_NAME
108+
tags: vladimirdev635/gql:${{ github.ref_name }}
108109
- name: Build and push
109110
uses: docker/build-push-action@v6
110111
with:

0 commit comments

Comments
 (0)