Skip to content

Commit effd218

Browse files
authored
Overlooked needed output from another step... (#383)
1 parent 283bedc commit effd218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ jobs:
413413
if: ${{ !github.event.pull_request.head.repo.fork }}
414414
needs:
415415
- create_manifest_list
416+
- package_and_publish
416417
runs-on: ubuntu-latest
417418
env:
418419
IMAGE_TAG: ${{ needs.package_and_publish.outputs.IMAGE_TAG }}

0 commit comments

Comments
 (0)