mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-17 11:21:11 +00:00
switching to soleng
This commit is contained in:
parent
9ecc402ff9
commit
6c6c4cc057
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci-pipeline.yml
vendored
7
.github/workflows/ci-pipeline.yml
vendored
|
|
@ -87,6 +87,13 @@ jobs:
|
|||
#################################################
|
||||
# 9) Build Docker image with local Docker
|
||||
#################################################
|
||||
- name: Login to JFrog Docker Repo
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ secrets.JF_RT_URL }}
|
||||
username: ${{ secrets.ARTIFACTORY_USERNAME }}
|
||||
password: ${{ secrets.ARTIFACTORY_IDENTITY_TOKEN }}
|
||||
|
||||
- name: Build Docker Image
|
||||
run: |
|
||||
docker build -t jesseh.jfrog.io/jesseh-docker-dev-local/spring-petclinic:${{ github.run_id }} .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue