mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
fixing urls
This commit is contained in:
parent
4d6d8d3e23
commit
57fcfc22f9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci-pipeline.yml
vendored
8
.github/workflows/ci-pipeline.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
# 6) Configure Maven to use JFrog as a repository
|
# 6) Configure Maven to use JFrog as a repository
|
||||||
#################################################
|
#################################################
|
||||||
- name: configure maven
|
- name: configure maven
|
||||||
run: jf mvnc --global --repo-resolve-releases petclinic-maven-dev-virtual/ --repo-resolve-snapshots petclinic-maven-dev-virtual/
|
run: jf mvnc --global --repo-resolve-releases jesseh-maven-dev-virtual/ --repo-resolve-snapshots jesseh-maven-dev-virtual/
|
||||||
# This sets up JFrog CLI to resolve dependencies from Artifactory
|
# This sets up JFrog CLI to resolve dependencies from Artifactory
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
@ -89,7 +89,7 @@ jobs:
|
||||||
#################################################
|
#################################################
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker build -t trialt0zppb.jfrog.io/petclinic-docker-dev-local/spring-petclinic:${{ github.run_id }} .
|
docker build -t jesseh.jfrog.io/jesseh-docker-dev-local/spring-petclinic:${{ github.run_id }} .
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
# 10) Push Docker image using JFrog CLI
|
# 10) Push Docker image using JFrog CLI
|
||||||
|
@ -97,8 +97,8 @@ jobs:
|
||||||
- name: Push Docker Image to Artifactory
|
- name: Push Docker Image to Artifactory
|
||||||
run: |
|
run: |
|
||||||
jfrog rt docker-push \
|
jfrog rt docker-push \
|
||||||
trialt0zppb.jfrog.io/petclinic-docker-dev-local/spring-petclinic:${{ github.run_id }} \
|
jesseh.jfrog.io/jesseh-docker-dev-local/spring-petclinic:${{ github.run_id }} \
|
||||||
petclinic-docker-dev-local \
|
jesseh-docker-dev-local \
|
||||||
--build-name="spring-petclinic" \
|
--build-name="spring-petclinic" \
|
||||||
--build-number="${{ github.run_id }}"
|
--build-number="${{ github.run_id }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue