Skip to content

Commit 40a235d

Browse files
authored
Update build-publish.yml
1 parent dcd517d commit 40a235d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
run: |
2424
ACCESS_TOKEN=$(curl -XPOST -H "Content-Type: application/json" "https://elinaf.jfrog.io/access/api/v1/oidc/token" -d "{\"grant_type\": \"urn:ietf:params:oauth:grant-type:token-exchange\", \"subject_token_type\":\"urn:ietf:params:oauth:token-type:id_token\", \"subject_token\": \"${ID_TOKEN}\", \"provider_name\": \"test1322556\"}" | jq .access_token | tr -d '"')
2525
echo "ACCESS_TOKEN=${ACCESS_TOKEN}" >> $GITHUB_ENV
26+
docker login elinaf.jfrog.io -u test1322556 -p ${ACCESS_TOKEN}

0 commit comments

Comments
 (0)