Skip to content

Commit

Permalink
Gh-349: Allow for manually running the release action fix (#351)
Browse files Browse the repository at this point in the history
Remove job dependencies for pushing images
  • Loading branch information
GCHQDeveloper314 committed Mar 28, 2024
1 parent f95fe88 commit 2e8749a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ jobs:
publish-images-to-dockerhub:
runs-on: ubuntu-latest
needs:
- create-release-tag
- update-branches

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2e8749a

Please sign in to comment.