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

Commit fbef920

Browse files
authored
Update build-image.yaml
1 parent fb7be5b commit fbef920

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
@@ -46,7 +46,7 @@ jobs:
4646
# This should use REGISTRY instead of the secret directly
4747
registry: ${{ secrets.IMAGE_REGISTRY }}
4848
username: ${{ secrets.REPO_USER }}
49-
password: ${{ DOCKHUB_TOKEN }}
49+
password: ${{ secrets.DOCKHUB_TOKEN }}
5050
-
5151
name: Build image
5252
run: |
@@ -120,7 +120,7 @@ jobs:
120120
# This should use REGISTRY instead of the secret directly
121121
registry: ${{ secrets.IMAGE_REGISTRY }}
122122
username: ${{ secrets.REPO_USER }}
123-
password: ${{ secrets.GITHUB_TOKEN }}
123+
password: ${{ secrets.DOCKHUB_TOKEN }}
124124
-
125125
name: Build image
126126
run: |

0 commit comments

Comments
 (0)