Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Aug 23, 2024
1 parent 50f089d commit 74e250e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and upload Docker for Scout
on:
push:
branches:
- main
- buildDepCMaker4Scoutbot
repository_dispatch:
types: ['build-trigger']

Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event_name == 'push' or github.event_name =='repository_dispatch'
with:
ref: main
ref: buildDepCMaker4Scoutbot

- name: Free Disk space
run: |
Expand Down Expand Up @@ -54,5 +54,4 @@ jobs:
env:
PUBLISH_IMAGES: ${{ matrix.images }} scout



0 comments on commit 74e250e

Please sign in to comment.