mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Update docker-image.yml
This commit is contained in:
parent
322d000cd3
commit
845809970c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -15,11 +15,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build -t spring-petclinic .
|
||||
run: docker build -t hllvc/spring-petclinic .
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Push image to Docker Hub
|
||||
run: docker push hllvc/spring-petclinic:spring-petclinic
|
||||
run: docker push hllvc/spring-petclinic:latest
|
||||
|
|
Loading…
Reference in a new issue