Skip to content

Commit 8842634

Browse files
committed
testing ga
Signed-off-by: Volkan Özçelik <me@volkan.io>
1 parent 580640f commit 8842634

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/dockerhub.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,17 @@ jobs:
5252
DOCKER_DELEGATION_KEY: ${{ secrets.DCT_DELEGATION_KEY }}
5353
run: |
5454
# Create a temporary file with the delegation key
55-
mkdir -p ~/.docker/trust/private
55+
echo "0000"
56+
mkdir -p /home/runner/.docker/
57+
echo "aaaaa"
58+
mkdir -p /home/runner/.docker/trust
59+
echo "bbbb"
60+
mkdir -p /home/runner/.docker/trust/private
61+
echo "cccc"
5662
echo "$DOCKER_DELEGATION_KEY" > "~/.docker/trust/private/${{secrets.DCT_DELEGATION_KEY_FILENAME}}"
63+
echo "dddd"
5764
chmod 600 "~/.docker/trust/private/${{secrets.DCT_DELEGATION_KEY_FILENAME}}"
65+
echo "eeee"
5866
5967
# Build and push images using the script
6068
- name: Build and push images

0 commit comments

Comments
 (0)