We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821745a commit 9e41e01Copy full SHA for 9e41e01
.github/workflows/build.yml
@@ -61,6 +61,9 @@ jobs:
61
run: |
62
curl -q -sSL --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/master/bootstrap" | bash -s "docker_promote"
63
scripts/docker_promote "${{ secrets.DOCKER_USER }}/$(make name)" "$(make version)"
64
+ with:
65
+ DOCKER_USER: ${{ secrets.DOCKER_USER }}
66
+ DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
67
- name: GoReport
68
69
curl -q -sSL --max-time 30 -X POST https://goreportcard.com/checks?repo=github.com/${GITHUB_REPOSITORY}
0 commit comments