mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Artifcatory 3
This commit is contained in:
parent
471aae4c24
commit
0f07e0059a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
@ -17,8 +17,8 @@
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: rodi26.jfrog.io
|
registry: rodi26.jfrog.io
|
||||||
username: "whatever"
|
username: 'rodolphe.fontaine@orange.fr'
|
||||||
password: ${{ secrets.TF_TOKEN }}
|
password: ${{ secrets.JF_ACCESS_TOKEN }}
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue