Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
needs'
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava committed Sep 8, 2024
1 parent 70726d8 commit 62a4c72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manual-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:

publish_from_branch:
uses: ./.github/workflows/image-publish.yml
needs: build_from_branch
needs:
- setup_env
- build_from_branch
secrets: inherit
with:
gar_push_enabled: true
Expand Down

0 comments on commit 62a4c72

Please sign in to comment.