fix(ci): publish container images to GHCR only

This commit is contained in:
2026-03-07 21:02:38 +00:00
parent 4df5036534
commit 7cf1b783ae
9 changed files with 12 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
name: Upload beta frontend image to GHCR and Docker Hub
name: Upload beta frontend image to GHCR
permissions:
contents: read
@@ -28,12 +28,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
@@ -48,7 +42,6 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:beta
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}:beta
cache-from: |
type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:buildcache
type=local,src=/tmp/.buildx-cache