Skip to content

Commit 711baf9

Browse files
committed
Fix CICD dependency
Signed-off-by: Mariana González Velarde <[email protected]>
1 parent 628aa9a commit 711baf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141

4242
deploy-containers:
4343
runs-on: [ ubuntu-latest ]
44+
needs: [ build ]
4445
if: github.event_name != 'pull_request'
4546

4647
steps:
@@ -57,7 +58,6 @@ jobs:
5758
username: ${{ secrets.REGISTRY_USERNAME }}
5859
password: ${{ secrets.REGISTRY_PASSWORD }}
5960

60-
# Docker metadata for multiple containers
6161
- name: Docker metadata for containers
6262
id: container-metadata
6363
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)