mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Updated minimal
This commit is contained in:
parent
59b04c7231
commit
1b9007f431
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-minimal.yml
vendored
4
.github/workflows/ci-minimal.yml
vendored
|
@ -65,11 +65,11 @@ jobs:
|
|||
|
||||
# In order to upload the image to Artifactory, we'll retag the image.
|
||||
- name: Retag image with jfrog repo
|
||||
run: docker tag spring-petclinic:3.1.0-SNAPSHOT my0373.jfrog.io/my0373-docker/spring-petclinic:3.1.0-SNAPSHOT
|
||||
run: docker tag spring-petclinic:3.1.0-SNAPSHOT matthewy.jfrog.io/petclinic-docker/spring-petclinic:3.1.0-SNAPSHOT
|
||||
|
||||
# We push the image into artifactory
|
||||
- name: Push Docker Image to Artifactory
|
||||
env:
|
||||
IMAGE_NAME: my0373.jfrog.io/my0373-docker/spring-petclinic:3.1.0-SNAPSHOT
|
||||
IMAGE_NAME: matthewy.jfrog.io/petclinic-docker/spring-petclinic:3.1.0-SNAPSHOT
|
||||
run:
|
||||
jf docker push $IMAGE_NAME
|
||||
|
|
Loading…
Reference in a new issue