Update docker-image.yml

This commit is contained in:
Choco
2024-11-22 17:50:20 +08:00
parent d1e02c5714
commit e5ad33c77d

View File

@@ -23,5 +23,6 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Push the Docker image - name: Push the Docker image
run: docker tag vocard:latest ghcr.io/${{ github.repository }}/vocard:latest run: |
- run: docker push ghcr.io/${{ github.repository }}/vocard:latest docker tag vocard:latest ghcr.io/chocomeow/vocard:latest # Ensure lowercase
docker push ghcr.io/chocomeow/vocard:latest # Ensure lowercase