From 2e8749a2e9c220e67269998a22442b04c53c66a3 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper314 <94527357+GCHQDeveloper314@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:07:13 +0000 Subject: [PATCH] Gh-349: Allow for manually running the release action fix (#351) Remove job dependencies for pushing images --- .github/workflows/release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 33e2197b..0a11b9bc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -98,9 +98,6 @@ jobs: publish-images-to-dockerhub: runs-on: ubuntu-latest - needs: - - create-release-tag - - update-branches steps: - uses: actions/checkout@v4