We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73fac3b + c957b19 commit 81deaaaCopy full SHA for 81deaaa
.github/workflows/release.yml
@@ -20,8 +20,8 @@ jobs:
20
- name: Login to Docker Hub
21
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
22
with:
23
- username: dockerbuildbot
24
- password: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
+ username: ${{ vars.DOCKERPUBLICBOT_USERNAME }}
+ password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
25
- name: Set-up Docker BuildX
26
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
27
- name: Build and push
0 commit comments