mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Set right build context for Docker job
This commit is contained in:
parent
e980e1ec80
commit
c21ea87492
1 changed files with 1 additions and 0 deletions
1
.github/workflows/petclinic.yaml
vendored
1
.github/workflows/petclinic.yaml
vendored
|
@ -54,6 +54,7 @@ jobs:
|
||||||
- name: Set up Docker
|
- name: Set up Docker
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
push: false
|
push: false
|
||||||
tags: my_container:latest
|
tags: my_container:latest
|
||||||
|
|
Loading…
Reference in a new issue