@cryptotaxi247 / netdata-1 / commits / 020f84148

Fix job depdendencies in Docker workflow. (#17215)

Austin S. Hemmelgarn committed Mar 21, 2024 at 09:46 UTC 020f8414805726863e5c052a6cb9cd12f31f7e6d
1 file changed +1 -1
.github/workflows/docker.yml
+1 -1
@@ -617,7 +617,7 @@ jobs:
617 name: Consolidate and tag images for GHCR
618 if: github.event_name == 'workflow_dispatch'
619 needs:
620 - - build-images-quay
620 + - build-images-ghcr
621 - gen-tags
622 runs-on: ubuntu-latest
623 steps: