mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:55:50 +00:00
Update main.yml
This commit is contained in:
parent
e0d5682f10
commit
8e279057f5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
||||||
run: docker push mr:8084/spring-petclinic:${{ steps.vars.outputs.short_sha }}
|
run: docker push mr:8084/spring-petclinic:${{ steps.vars.outputs.short_sha }}
|
||||||
|
|
||||||
build_image_main:
|
build_image_main:
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/master'
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue