We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020da0e commit 079bfa9Copy full SHA for 079bfa9
1 file changed
.github/workflows/deploy.yml
@@ -16,4 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
18
- name: Build and Push
19
+ env:
20
+ DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
21
+ DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
22
run: make build ci-push
0 commit comments