Skip to content

Commit d34f20d

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dockerhub.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797
if: github.event_name == 'release'
9898
env:
9999
DCT_DELEGATION_PASSPHRASE: ${{ secrets.DCT_DELEGATION_PASSPHRASE }}
100+
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
101+
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
100102
run: |
101103
set -e # Exit on any error
102104

0 commit comments

Comments
 (0)