This commit is contained in:
Yuzhong Zhang
2025-06-23 12:12:10 +08:00
parent d08386e7d6
commit 1d2ff532f5
+1 -8
View File
@@ -7,7 +7,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: excalidraw-complete
OWNER: betterandbetterii
jobs:
@@ -76,13 +76,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with: