Skip to content

Commit 7d5747f

Browse files
authored
🔀 Merge pull request #134 from JuniorJPDJ/master
fix(workflows/docker-publish): move to new action version
2 parents b1b7673 + 1adab0a commit 7d5747f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
buildkit-mount-caches: '{"home-cache": "/root/.cache", "home-cargo": "/root/.cargo"}'
2323
buildkit-mount-cache-ids-append-platform: true
2424
registry: ghcr.io
25+
registry-username: ${{ github.actor }}
2526
image-name: ${{ github.repository }}
2627
secrets:
27-
registry-username: ${{ github.actor }}
2828
registry-password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)