Skip to content

Commit 82ba707

Browse files
committed
ci
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
1 parent a21f005 commit 82ba707

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ jobs:
112112
if: github.event_name != 'pull_request'
113113
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
114114
with:
115-
username: ${{ vars.DOCKERBUILDBOT_USERNAME }}
116-
password: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
115+
username: ${{ vars.DOCKERPUBLICBOT_USERNAME }}
116+
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
117117

118118
- name: Set up Docker Buildx
119119
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

0 commit comments

Comments
 (0)