diff --git a/.github/workflows/test-setup-action.yml b/.github/workflows/test-setup-action.yml index 1512d9f..feb614e 100644 --- a/.github/workflows/test-setup-action.yml +++ b/.github/workflows/test-setup-action.yml @@ -72,5 +72,12 @@ jobs: - name: Validate successful login run: setops project | grep "NAME" + - name: Validate Docker config was updated + run: | + grep '"dev.setops.co": "setops-dev"' ~/.docker/config.json + + - name: Validate Credentials Helper is present + run: docker-credential-setops -h + - name: setops logout run: setops logout