Skip to content

Commit

Permalink
Testing output of password
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hernandez committed Dec 11, 2023
1 parent 953918b commit a9eb257
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-develop-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Print Environment Variables
run: |
echo "DOCKER_PASSWORD: $DOCKER_PASSWORD"
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}

- name: Build
uses: docker/build-push-action@v4
id: built-image
Expand Down

0 comments on commit a9eb257

Please sign in to comment.