mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 11:22:49 +00:00
Update main.yml
This commit is contained in:
parent
8e279057f5
commit
d8f2bdb1a1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue