We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fc17e commit bc7455cCopy full SHA for bc7455c
1 file changed
.github/workflows/build-publish.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Authenticate Docker
62
uses: docker/login-action@v3
63
with:
64
- registry: ${{ vars.JF_URL }}
+ registry: hts2.jfrog.io
65
username: ${{ steps.setup-cli.outputs.oidc-user }}
66
password: ${{ steps.setup-cli.outputs.oidc-token }}
67
0 commit comments