Skip to content

Commit

Permalink
Update build-dev-container.yaml to use DOCKER_PASSWORD environment va…
Browse files Browse the repository at this point in the history
…riable for Docker registry login
  • Loading branch information
npv2k1 committed Apr 20, 2024
1 parent 641986b commit c0b8a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

jobs:
list-dir:
Expand Down

0 comments on commit c0b8a10

Please sign in to comment.