ci(fix): run ghcr build as separate workflow to fix permission issues with forks

This commit is contained in:
Jakob Lichterfeld
2024-10-19 12:54:07 +02:00
parent 52ace50412
commit 0410593850
3 changed files with 13 additions and 15 deletions

View File

@@ -49,10 +49,3 @@ jobs:
- ensure_linting
if: needs.check_paths.outputs.githubfolder != 'true' || github.event_name == 'schedule'
uses: ./.github/workflows/elixir_test.yml
ghcr_build:
needs:
- check_paths
- elixir_dep_verification_and_static_analysis
if: needs.check_paths.outputs.githubfolder != 'true'
uses: ./.github/workflows/ghcr_build.yml