diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index fb7feff..fc0bc2d 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 + - scoutbot-install-issue jobs: devops: @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v2 if: github.event_name == 'push' with: - ref: main + ref: scoutbot-install-issue - name: Free Disk space run: |