Skip to content

Commit d978438

Browse files
committed
use my own GHCR PAT to write package
1 parent 9a4d85b commit d978438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_ci_image.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# workflow builds.
1313
env:
1414
REGISTRY: ghcr.io
15-
IMAGE_NAME: ${{ github.actor }}/orca-jedi/ci-almalinux9
15+
IMAGE_NAME: twsearle/orca-jedi/ci-almalinux9
1616

1717
jobs:
1818
build-and-push-image:
@@ -35,8 +35,8 @@ jobs:
3535
uses: docker/login-action@v3
3636
with:
3737
registry: ${{ env.REGISTRY }}
38-
username: ${{ github.actor }}
39-
password: ${{ secrets.GITHUB_TOKEN }}
38+
username: twsearle
39+
password: ${{ secrets.GHCR_PAT }}
4040
- name: Set up Docker Buildx
4141
uses: docker/setup-buildx-action@v3
4242
# This step uses

0 commit comments

Comments
 (0)