Skip to content

Commit 7e6604e

Browse files
committed
Removed docker push on CI
1 parent 38e221f commit 7e6604e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/go.yml

-13
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,3 @@ jobs:
5959
CGO_ENABLED: 0
6060
with:
6161
project: ${{ matrix.project }}
62-
63-
- uses: teserakt-io/gh-actions/docker-build@master
64-
if: matrix.buildOS == 'linux' # Only build image for linux
65-
with:
66-
branch: ${{ github.ref }}
67-
docker_build_args: "--build-arg binary_path=./${{ steps.build.outputs.binary-path }}"
68-
image_name: "${{ matrix.project }}"
69-
dockerfile: "./docker/c2/Dockerfile"
70-
dockerfile_target: "${{ matrix.project }}"
71-
registry_endpoint: "eu.gcr.io"
72-
registry_name: "${{ secrets.GCR_PROJECT }}"
73-
registry_username: _json_key
74-
registry_password: ${{ secrets.GCR_TOKEN }}

0 commit comments

Comments
 (0)