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
with:
registry: rodi26.jfrog.io
username: "whatever"
password: ${{ secrets.TF_TOKEN }}
username: 'rodolphe.fontaine@orange.fr'
password: ${{ secrets.JF_ACCESS_TOKEN }}
- name: Set up JDK 17
uses: actions/setup-java@v3
with: