We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cea726 commit 39cbd15Copy full SHA for 39cbd15
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
DOCKER_HOST: tcp://localhost:2375
41
steps:
42
- name: Install Tools
43
- run: apk add --update make git jq rsync curl
+ run: apk add --update make git jq rsync curl go
44
- name: Adding github workspace as safe directory
45
# See issue https://github.com/actions/checkout/issues/760
46
run: git config --global --add safe.directory $GITHUB_WORKSPACE
@@ -53,6 +53,7 @@ jobs:
53
driver-opts: image=moby/buildkit:master
54
- name: Build images
55
run: make build-docker-image
56
+
57
- name: Sign
58
run: make sign-docker-image
59
- name: SBOM
0 commit comments