Skip to content

Commit dd2b021

Browse files
Eneman DonatienEneman Donatien
authored andcommitted
[BUG] ci image is not published
1 parent 5c58cae commit dd2b021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
if: github.event_name != 'pull_request'
4343
uses: docker/login-action@v3
4444
with:
45-
username: ${{ github.event.secrets.registry_username }}
46-
password: ${{ github.event.secrets.registry_password }}
45+
username: ${{ secrets.registry_username }}
46+
password: ${{ secrets.registry_password }}
4747

4848
- name: Build and push
4949
id: build_push

0 commit comments

Comments
 (0)