Skip to content

Commit

Permalink
Update docker-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Aug 23, 2024
1 parent b549cf1 commit 34b34b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
DOCKER_CLI_EXPERIMENTAL: enabled

steps:
- name: Trigger Scout Build
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.GHCR_PAT }}
repository: WildMeOrg/scout # Adjust to the actual repository name
event-type: build-trigger # You can choose any custom event type

- name: Free Disk space
run: |
sudo swapoff -a
Expand Down

0 comments on commit 34b34b4

Please sign in to comment.