diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5e0be1e4..cbac5d443 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,9 +68,8 @@ jobs: run: docker push mr:8084/spring-petclinic:${{ steps.vars.outputs.short_sha }} build_image_main: - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' runs-on: self-hosted - needs: build steps: - uses: actions/checkout@v4 - name: Set up Docker Buildx