We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1559b commit ccc2496Copy full SHA for ccc2496
1 file changed
.github/workflows/build.yaml
@@ -27,10 +27,6 @@ jobs:
27
with:
28
version: latest
29
args: build --clean --debug --single-target --snapshot
30
- - run: echo metadata && echo "$METADATA" && echo artifacts && echo "$ARTIFACTS"
31
- env:
32
- METADATA: ${{steps.goreleaser.outputs.metadata}}
33
- ARTIFACTS: ${{steps.goreleaser.outputs.artifacts}}
34
- name: Login to GHCR
35
if: github.actor != 'dependabot[bot]'
36
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
0 commit comments