Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Feb 28, 2024
1 parent adc76bf commit f24ca8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
uses: actions/checkout@v4

- name: Debug
run: echo ${{ secrets.DOCKERHUB_USERNAME }}
run: |
if [[ "" == ${{ secrets.DOCKERHUB_USERNAME }} ]]; then
echo "HEY"
fi
- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit f24ca8b

Please sign in to comment.