spring-petclinic/.github/workflows/build-image.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 1: cannot unmarshal !!seq into model.Workflow
2025-11-26 17:04:43 +00:00

5 lines
252 B
YAML

- name: Build builder image
run: docker build -f Dockerfile.build -t petclinic-builder .
# - name: Build runtime image
# run: docker build -f Dockerfile.run -t ${{ secrets.DOCKER_REGISTRY_URL }}/${{ secrets.DOCKER_REPO_PATH }}:${{ github.sha }} .