Skip to content

Commit 7613ce4

Browse files
committed
ci: remove GHCR push, keep Docker Hub only
1 parent 87091d0 commit 7613ce4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read
14-
packages: write
1514
steps:
1615
- name: Checkout
1716
uses: actions/checkout@v4
@@ -32,13 +31,6 @@ jobs:
3231
username: ${{ secrets.DOCKERHUB_USERNAME }}
3332
password: ${{ secrets.DOCKERHUB_TOKEN }}
3433

35-
- name: Login to GHCR
36-
uses: docker/login-action@v3
37-
with:
38-
registry: ghcr.io
39-
username: ${{ github.actor }}
40-
password: ${{ secrets.GITHUB_TOKEN }}
41-
4234
- name: Build and push
4335
uses: docker/build-push-action@v6
4436
with:
@@ -49,5 +41,3 @@ jobs:
4941
tags: |
5042
massif01/chatraw:${{ steps.version.outputs.VERSION }}
5143
massif01/chatraw:latest
52-
ghcr.io/${{ github.repository_owner }}/chatraw:${{ steps.version.outputs.VERSION }}
53-
ghcr.io/${{ github.repository_owner }}/chatraw:latest

0 commit comments

Comments
 (0)