Update main.yml

This commit is contained in:
TomP101 2025-03-05 10:24:05 +01:00 committed by GitHub
parent 8e279057f5
commit d8f2bdb1a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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