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 30ca28a commit 800bf02Copy full SHA for 800bf02
.github/workflows/build-push.yaml
@@ -87,7 +87,7 @@ jobs:
87
retention-days: 1
88
89
merge-manifests:
90
- needs: ["build-test-push"]
+ needs: ["build-test-push", "gather-versions"]
91
if: github.ref == 'refs/heads/main'
92
runs-on: ubuntu-24.04
93
strategy:
0 commit comments