mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
fixed error
This commit is contained in:
parent
8e6e9f45d9
commit
1150fe7155
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -45,8 +45,8 @@ jobs:
|
|||
run: |
|
||||
docker login -u${{ secrets.ARTIFACTORY_USERNAME }} ${{ secrets.JF_URL }} -p${{ secrets.ARTIFACTORY_PASSWORD }}
|
||||
|
||||
- name: Push Image to Artifactory
|
||||
# Push images
|
||||
- name: Push Image to Artifactory
|
||||
run: |
|
||||
docker push $ARTIFACTORY_URL/petclinic-docker/$IMAGE_NAME:$IMAGE_TAG
|
||||
docker push $ARTIFACTORY_URL/petclinic-docker/$IMAGE_NAME:latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue