We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae8e8a commit 06728e2Copy full SHA for 06728e2
.github/workflows/test-setup-action.yml
@@ -69,5 +69,12 @@ jobs:
69
- name: Validate successful login
70
run: setops project | grep "NAME"
71
72
+ - name: Validate Docker config was updated
73
+ run: |
74
+ grep ~/.docker/config.json '"api.setops.co": "setops"'
75
+
76
+ - name: Validate Credentials Helper is present
77
+ run: docker-credential-setops -h
78
79
- name: setops logout
80
run: setops logout
0 commit comments