Skip to content

Commit

Permalink
test: add mkdir
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Feb 19, 2022
1 parent 4ea3e2e commit 93802fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.TEST_AWS_SECRET_ACCESS_KEY }}
AWS_REGION: eu-central-1
run: |
mkdir auth
kubectl create secret docker-registry ecr-secret \
--docker-username=AWS \
--docker-password="$(aws ecr get-login-password)" \
Expand Down

0 comments on commit 93802fc

Please sign in to comment.