We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e41e01 commit c309b41Copy full SHA for c309b41
.github/workflows/build.yml
@@ -58,12 +58,12 @@ jobs:
58
steps:
59
- uses: actions/checkout@v2
60
- name: Publish
61
+ env:
62
+ DOCKER_USER: ${{ secrets.DOCKER_USER }}
63
+ DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
64
run: |
65
curl -q -sSL --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/master/bootstrap" | bash -s "docker_promote"
66
scripts/docker_promote "${{ secrets.DOCKER_USER }}/$(make name)" "$(make version)"
- with:
- DOCKER_USER: ${{ secrets.DOCKER_USER }}
- 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