We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e221f commit 7e6604eCopy full SHA for 7e6604e
.github/workflows/go.yml
@@ -59,16 +59,3 @@ jobs:
59
CGO_ENABLED: 0
60
with:
61
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