Skip to content

Commit

Permalink
try docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-podhead committed Aug 4, 2024
1 parent 15e9fbe commit 3ab88ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/galaxy_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
token: ${{ secrets.VAULT_TOKEN }}
secrets: |
/keyvalue/data/docker/hub pass | DOCKER_HUB_ACCESS_TOKEN ;
echo $DOCKER_HUB_ACCESS_TOKEN
/v1/keyvalue/data/docker/hub user | DOCKER_HUB_USERNAME ;
echo $DOCKER_HUB_USERNAME
- name: Set environment variables
run: |
echo "DOCKER_HUB_USERNAME=${{ steps.fetch-vault-secret.outputs.secrets.DOCKER_HUB_USERNAME }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 3ab88ab

Please sign in to comment.