Skip to content

Commit 17f6a1d

Browse files
committed
test222
1 parent 2b615d5 commit 17f6a1d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/testing-vars.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,20 @@ jobs:
4040
runner: [ubuntu-24.04-arm, ubuntu-24.04]
4141

4242
steps:
43+
44+
- name: Login to Docker Hub
45+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 ## v3.3.0
46+
with:
47+
username: ${{ secrets.ORG_DOCKERHUB_ERIGONTECH_USERNAME }}
48+
password: ${{ secrets.ORG_DOCKERHUB_ERIGONTECH_TOKEN }}
49+
4350
- name: Debug output
4451
env:
4552
LOCAL_DEBUG1: ${{ github.ref_name == 'main' && format('{0}{1}{2}', 'Input variable skip_tests ', ' set to value ', inputs.skip_tests) || inputs.skip_tests }}
4653
run: |
54+
echo "Find dockerconf"
55+
find / -name *.docker* -ls
56+
echo "Debug -- end find ---"
4757
echo "Running on ARCH=$(uname -p)"
4858
echo
4959
echo "Env variables:"

0 commit comments

Comments
 (0)