Skip to content

Commit f6907f9

Browse files
authored
Merge pull request #1449 from Concordium/fix-bootstrapper-tag
Fix resolution of bootstrapper docker tag in release build.
2 parents 2497577 + a6fe25e commit f6907f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
path: /tmp
190190

191191
- name: Set tag
192-
run: echo "TAG=$(echo '${{ needs.validate-preconditions.outputs.docker_tags }}' | jq -r '.["docker-p2p-bootstrapper"]')" >> $GITHUB_ENV
192+
run: echo "TAG=$(echo '${{ needs.validate-preconditions.outputs.docker_tags }}' | jq -r '.["docker-bootstrapper"]')" >> $GITHUB_ENV
193193

194194
- name: Extrapolate artifact name
195195
run: |

0 commit comments

Comments
 (0)