Skip to content

Commit 34ccec5

Browse files
committed
Fix the login config
Signed-off-by: David Gageot <[email protected]>
1 parent afa98f0 commit 34ccec5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
run: make docker-mcp-cross
3434

3535
- name: Hub login
36-
if: github.event_name != 'pull_request'
37-
uses: docker/loginaction@v3
36+
uses: docker/login-action@v3
3837
with:
3938
username: ${{ vars.DOCKERPUBLICBOT_USERNAME }}
4039
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}

0 commit comments

Comments
 (0)