mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update docker-image.yml
This commit is contained in:
parent
703c4c1c42
commit
0f405900ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
#build docker image
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile --tag spring-petclinic:$(date +%s)
|
||||
run: docker build . --file Dockerfile --tag spring-petclinic:latest
|
||||
|
||||
#login to github container registry
|
||||
- name: Docker Login
|
||||
|
|
Loading…
Reference in a new issue