Skip to content

Commit a31d1c3

Browse files
test: ci
1 parent 13a4732 commit a31d1c3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

16+
- name: Debug secrets
17+
run: |
18+
echo "Username length: ${#DOCKERHUB_USERNAME}"
19+
echo "Token length: ${#DOCKERHUB_TOKEN}"
20+
echo "Username starts with: ${DOCKERHUB_USERNAME:0:3}..."
21+
env:
22+
DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
23+
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
24+
1625
- name: Log in to Docker Hub
1726
uses: docker/login-action@v3
1827
with:

0 commit comments

Comments
 (0)