Artifcatory 3

This commit is contained in:
Rodolphe Fontaine 2024-10-16 18:47:13 +02:00
parent 471aae4c24
commit 0f07e0059a

View file

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