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 e848371 commit dbd71abCopy full SHA for dbd71ab
.github/workflows/ci.yml
@@ -94,6 +94,7 @@ jobs:
94
needs:
95
- rustfmt
96
- check-release
97
+ secrets: inherit
98
uses: ./.github/workflows/github-release.yml
99
with:
100
node_tag: ${{ needs.check-release.outputs.node_tag }}
.github/workflows/github-release.yml
@@ -139,6 +139,7 @@ jobs:
139
- andon-cord
140
- build-binaries
141
- create-release
142
+ environment: "Push to Docker"
143
strategy:
144
fail-fast: false
145
## Build a maximum of 2 images concurrently based on matrix.dist
0 commit comments