Skip to content

Commit 0556554

Browse files
authored
Fix secret name for dockerhub (#53)
1 parent 5931acc commit 0556554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/dockerhub/server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ run:
1919
config:
2020
description: Configure connection to Docker Hub
2121
secrets:
22-
- name: pat_token
22+
- name: dockerhub.pat_token
2323
env: HUB_PAT_TOKEN
2424
example: your_hub_pat_token
2525
parameters:

0 commit comments

Comments
 (0)