Skip to content

Commit 48ac84f

Browse files
committed
ci:fix
1 parent 219f685 commit 48ac84f

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/cpp-gql.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,8 @@ jobs:
9595
uses: docker/build-push-action@v6
9696
with:
9797
file: shared/dockerfiles/gql
98-
load: true
98+
push: true
9999
platforms: linux/amd64,linux/arm64
100100
tags: vladimirdev635/gql:${{ github.ref_name }}
101101
build-args: |
102102
GQL_VERSION=${{ github.ref_name }}
103-
- name: Build and push
104-
uses: docker/build-push-action@v6
105-
with:
106-
platforms: linux/amd64,linux/arm64
107-
push: true
108-
tags: vladimirdev635/gql:${{ github.ref_name }}
109-
- name: Build and push
110-
uses: docker/build-push-action@v6
111-
with:
112-
platforms: linux/amd64,linux/arm64
113-
push: true
114-
tags: vladimirdev635/gql:latest

0 commit comments

Comments
 (0)