Skip to content

Commit cc868a5

Browse files
committed
[Fix] Fix incorrect GH image publish action.
1 parent ee67a46 commit cc868a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515
- name: Login to GitHub Container Registry
16-
uses: docker/login-action@v1
16+
uses: docker/login-action@v3
1717
with:
1818
registry: ${{ env.REGISTRY }}
19-
username: ${{ secrets.GITHUB_USERNAME }}
19+
username: ${{ github.actor }}
2020
password: ${{ secrets.GITHUB_TOKEN }}
2121
- name: Extract metadata
2222
id: meta

0 commit comments

Comments
 (0)