fixed workflow container image name

This commit is contained in:
k4yt3x 2022-02-17 05:08:22 +00:00
parent dee8e23485
commit a356bfeaff

View File

@ -51,5 +51,5 @@ jobs:
username: ${{ secrets.GHCR_USER }}
password: ${{ secrets.GHCR_TOKEN }}
dockerfile: Dockerfile
image: k4yt3x/video2x
image: video2x
tags: latest, ${{ needs.setup.outputs.tag }}