diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 7f19ea7..fd36c8b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,7 +3,7 @@ name: Build and upload Docker for Scout on: push: branches: - - main + - buildDepCMaker4Scoutbot repository_dispatch: types: ['build-trigger'] @@ -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: | @@ -54,5 +54,4 @@ jobs: env: PUBLISH_IMAGES: ${{ matrix.images }} scout -