diff --git a/.github/workflows/image-publish.yml b/.github/workflows/image-publish.yml index ac616275dc1..353667e48a4 100644 --- a/.github/workflows/image-publish.yml +++ b/.github/workflows/image-publish.yml @@ -10,9 +10,10 @@ name: image-publish on: + workflow_dispatch: push: branches: - - main + - fix-insiders tags: - '7.*.*' @@ -29,6 +30,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + ref: fix-insiders - name: Set up QEMU uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx @@ -51,6 +54,8 @@ jobs: echo "BRANCH_NAME=${BRANCH_NAME##*/}" >> $GITHUB_ENV - name: Checkout uses: actions/checkout@v2 + with: + ref: fix-insiders - name: Download linux-libc-amd64 image uses: ishworkh/docker-image-artifact-download@v1 with: @@ -105,10 +110,12 @@ jobs: dev: name: dev runs-on: ubuntu-20.04 - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/fix-insiders' steps: - name: Checkout uses: actions/checkout@v2 + with: + ref: fix-insiders - name: Login to Quay.io uses: docker/login-action@v1 with: