Skip to content

Commit 079bfa9

Browse files
committed
set docker credentials for deploy
1 parent 020da0e commit 079bfa9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717

1818
- name: Build and Push
19+
env:
20+
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
21+
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
1922
run: make build ci-push

0 commit comments

Comments
 (0)