We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21f005 commit 82ba707Copy full SHA for 82ba707
1 file changed
.github/workflows/ci.yml
@@ -112,8 +112,8 @@ jobs:
112
if: github.event_name != 'pull_request'
113
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
114
with:
115
- username: ${{ vars.DOCKERBUILDBOT_USERNAME }}
116
- password: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
+ username: ${{ vars.DOCKERPUBLICBOT_USERNAME }}
+ password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
117
118
- name: Set up Docker Buildx
119
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
0 commit comments