Skip to content

Commit

Permalink
add in dumphfdl (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen authored May 7, 2024
1 parent c96480e commit dba556d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,21 @@ jobs:
echo "$WORKFLOW_AUTH_TOKEN" | gh auth login --with-token
gh workflow run --ref main --repo "$WORKFLOW_REPO" "$WORKFLOW_FILE" -f reason="$WORKFLOW_REASON"
trigger_build_sdr-enthusiasts_docker-dumphfdl:
name: Trigger deploy of sdr-enthusiasts/docker-dumphfdl
needs: [deploy_ghcr_acars-decoder]
runs-on: ubuntu-latest
env:
WORKFLOW_AUTH_TOKEN: ${{ secrets.GH_PAT_MIKENYE }}
WORKFLOW_REPO: sdr-enthusiasts/docker-dumphfdl
WORKFLOW_FILE: deploy.yml
WORKFLOW_REASON: "triggered via deploy_ghcr.yml in sdr-enthusiasts/docker-baseimage"
steps:
- name: Trigger ${{ env.WORKFLOW_FILE }} in ${{ env.WORKFLOW_REPO }}
run: |
echo "$WORKFLOW_AUTH_TOKEN" | gh auth login --with-token
gh workflow run --ref main --repo "$WORKFLOW_REPO" "$WORKFLOW_FILE" -f reason="$WORKFLOW_REASON"
trigger_build_sdr-enthusiasts_docker-acarshub-baseimage:
name: Trigger deploy of sdr-enthusiasts/docker-acarshub
needs: [deploy_ghcr_python]
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,21 @@ jobs:
echo "$WORKFLOW_AUTH_TOKEN" | gh auth login --with-token
gh workflow run --ref main --repo "$WORKFLOW_REPO" "$WORKFLOW_FILE" -f reason="$WORKFLOW_REASON" -f use_test_image=true
trigger_build_sdr-enthusiasts_docker-dumphfdl:
name: Trigger deploy of sdr-enthusiasts/docker-dumphfdl
needs: [deploy_ghcr_acars-decoder]
runs-on: ubuntu-latest
env:
WORKFLOW_AUTH_TOKEN: ${{ secrets.GH_PAT_MIKENYE }}
WORKFLOW_REPO: sdr-enthusiasts/docker-dumphfdl
WORKFLOW_FILE: deploy.yml
WORKFLOW_REASON: "triggered via deploy_ghcr.yml in sdr-enthusiasts/docker-baseimage"
steps:
- name: Trigger ${{ env.WORKFLOW_FILE }} in ${{ env.WORKFLOW_REPO }}
run: |
echo "$WORKFLOW_AUTH_TOKEN" | gh auth login --with-token
gh workflow run --ref main --repo "$WORKFLOW_REPO" "$WORKFLOW_FILE" -f reason="$WORKFLOW_REASON" -f use_test_image=true
trigger_build_sdr-enthusiasts_docker-acarshub-baseimage:
name: Trigger deploy of sdr-enthusiasts/docker-acarshub
needs: [deploy_ghcr_python]
Expand Down

0 comments on commit dba556d

Please sign in to comment.