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 25dcc05 commit 5846dc0Copy full SHA for 5846dc0
.github/workflows/test.yml
@@ -19,6 +19,12 @@ jobs:
19
uses: lrstanley/.github/.github/workflows/lang-go-lint.yml@master
20
secrets:
21
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
22
+ go-build:
23
+ needs: [go-test, go-lint]
24
+ uses: lrstanley/.github/.github/workflows/lang-go-release.yml@master
25
+ with:
26
+ has-ghcr: true
27
+ upload-artifacts: true
28
docker-test:
29
needs: [go-test, go-lint]
30
uses: lrstanley/.github/.github/workflows/docker-release.yml@master
0 commit comments