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.
2 parents 2497577 + a6fe25e commit f6907f9Copy full SHA for f6907f9
.github/workflows/release.yaml
@@ -189,7 +189,7 @@ jobs:
189
path: /tmp
190
191
- name: Set tag
192
- run: echo "TAG=$(echo '${{ needs.validate-preconditions.outputs.docker_tags }}' | jq -r '.["docker-p2p-bootstrapper"]')" >> $GITHUB_ENV
+ run: echo "TAG=$(echo '${{ needs.validate-preconditions.outputs.docker_tags }}' | jq -r '.["docker-bootstrapper"]')" >> $GITHUB_ENV
193
194
- name: Extrapolate artifact name
195
run: |
0 commit comments