Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 7d28951

Browse files
authored
Update build-image.yaml
1 parent 5dfdbd4 commit 7d28951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
# This should use REGISTRY instead of the secret directly
4747
registry: ${{ secrets.IMAGE_REGISTRY }}
48-
username: ${{ github.actor }}
48+
username: ${{ secrets.REPO_USER }}
4949
password: ${{ secrets.GITHUB_TOKEN }}
5050
-
5151
name: Build image
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
# This should use REGISTRY instead of the secret directly
121121
registry: ${{ secrets.IMAGE_REGISTRY }}
122-
username: ${{ github.actor }}
122+
username: ${{ secrets.REPO_USER }}
123123
password: ${{ secrets.GITHUB_TOKEN }}
124124
-
125125
name: Build image

0 commit comments

Comments
 (0)