Skip to content

Commit

Permalink
cicd update5
Browse files Browse the repository at this point in the history
  • Loading branch information
der41 committed Nov 23, 2024
1 parent ddd6ca0 commit 6ec3d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

- name: Debug environment variables
run: |
echo "DOCKER_USERNAME: $DOCKER_USERNAME"
echo "IMAGE_NAME: $IMAGE_NAME"
echo "DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}"
echo "IMAGE_NAME: ${{ secrets.IMAGE_NAME }}"
- name: Log in to Docker Hub
uses: docker/login-action@v1
Expand Down

0 comments on commit 6ec3d5c

Please sign in to comment.