Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Oct 30, 2024
1 parent 0112779 commit 2ffeb67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/docker-login/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ runs:
run: |
if [ -z "$DOCKER_USERNAME" ] || [ -z "$DOCKER_PASSWORD" ]; then
echo "AUTH_EXISTS=false" >> $GITHUB_ENV
echo "No credentials provided"
else
echo "AUTH_EXISTS=true" >> $GITHUB_ENV
echo "Credentials provided"
fi
- name: Login to Docker Hub
Expand Down

0 comments on commit 2ffeb67

Please sign in to comment.