Skip to content

Commit 5a70f56

Browse files
authored
fix build_image.yml
1 parent d60ae24 commit 5a70f56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
registry: ${{ env.REGISTRY }}
3030
username: ${{ github.actor }}
31-
password: ${ secrets.GITHUB_TOKEN }}
31+
password: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Build and Push image
3434
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)