Skip to content

Commit 9e41e01

Browse files
committed
ci: Setting appropriate env variable for publishing docker
1 parent 821745a commit 9e41e01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
run: |
6262
curl -q -sSL --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/master/bootstrap" | bash -s "docker_promote"
6363
scripts/docker_promote "${{ secrets.DOCKER_USER }}/$(make name)" "$(make version)"
64+
with:
65+
DOCKER_USER: ${{ secrets.DOCKER_USER }}
66+
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
6467
- name: GoReport
6568
run: |
6669
curl -q -sSL --max-time 30 -X POST https://goreportcard.com/checks?repo=github.com/${GITHUB_REPOSITORY}

0 commit comments

Comments
 (0)