Updated minimal

This commit is contained in:
Matt York 2024-02-05 09:56:46 +00:00
parent 59b04c7231
commit 1b9007f431

View file

@ -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