Skip to content

Commit a16dbc0

Browse files
guzman109claude
andcommitted
fix(ci): use GHCR_ACTOR and GHCR_TOKEN vars for registry login
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 23e3d10 commit a16dbc0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
name: build
23

34
on:
@@ -96,8 +97,8 @@ jobs:
9697
uses: docker/login-action@v3
9798
with:
9899
registry: ghcr.io
99-
username: ${{ github.actor }}
100-
password: ${{ secrets.GITHUB_TOKEN }}
100+
username: ${{ vars.GHCR_ACTOR }}
101+
password: ${{ secrets.GHCR_TOKEN }}
101102

102103
- name: Build and push runtime image
103104
uses: docker/build-push-action@v6
@@ -128,3 +129,4 @@ jobs:
128129
uses: softprops/action-gh-release@v2
129130
with:
130131
files: icicle-insights-linux-amd64.tar.gz
132+

0 commit comments

Comments
 (0)