diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 992de78..eb7ee67 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -30,4 +30,4 @@ jobs: cache-to: type=gha,mode=max context: . push: ${{ github.event_name == 'push' }} - tags: ghcr.io/${{ github.repository_owner }}/nicovide-updater:latest + tags: ghcr.io/${{ github.repository_owner }}/nicovideo-updater:latest