From a356bfeaffcf3ca1f23c5a65b1274289c9feacc3 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Thu, 17 Feb 2022 05:08:22 +0000 Subject: [PATCH] fixed workflow container image name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd741e3..8a15418 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}