Skip to content

Commit b3b261c

Browse files
committed
ci: use ghcr.io as registry
1 parent 253d6ae commit b3b261c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ jobs:
2626
packages: write
2727
pull-requests: read
2828
secrets:
29-
oci-registry-password: ${{ secrets.DOCKERHUB_REGISTRY_PASSWORD }}
29+
oci-registry-password: ${{ secrets.GITHUB_TOKEN }}
3030
with:
3131
runs-on: '["self-hosted"]'
32-
oci-registry: "docker.io/webofmars"
33-
oci-registry-username: ${{ vars.DOCKERHUB_REGISTRY_USERNAME }}
32+
oci-registry: "ghcr.io"
3433
images: |
3534
[{
3635
"name": "app",

0 commit comments

Comments
 (0)