Skip to content

Commit d84ec8d

Browse files
committed
ci: update docker creds
1 parent 8936c33 commit d84ec8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ on:
1717
env:
1818
DAGGER_VERSION: "0.13.7"
1919
DOCKER_REGISTRY: ${{ vars.DOCKER_REGISTRY }}
20-
DOCKER_REPOSITORY: ${{ vars.DOCKER_REPOSITORY }}
21-
DOCKER_REGISTRY_USERNAME: ${{ vars.DOCKER_REGISTRY_USERNAME }}
22-
DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
20+
DOCKER_REPOSITORY: ${{ vars.TEST_DOCKER_REPOSITORY }}
21+
DOCKER_REGISTRY_USERNAME: ${{ vars.TEST_DOCKER_REGISTRY_USERNAME }}
22+
DOCKER_REGISTRY_PASSWORD: ${{ secrets.TEST_DOCKER_REGISTRY_PASSWORD }}
2323

2424
jobs:
2525
docker:

0 commit comments

Comments
 (0)