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 bbbd05c commit 3d96a28Copy full SHA for 3d96a28
.github/workflows/docker-images-reusable.yml
@@ -96,6 +96,7 @@ jobs:
96
manifest:
97
runs-on: ubuntu-latest
98
if: github.event_name != 'pull_request'
99
+ needs: [ build-and-push-amd, build-and-push-arm ]
100
steps:
101
- name: Login to GitHub Container Registry
102
uses: docker/login-action@v3
0 commit comments