From 10671d01702d1970a42e9dfe32becd87b7839629 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Date: Sat, 20 Mar 2021 04:44:03 +0700 Subject: [PATCH] ci: attempt 5 at fixing Docker Build --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 1b25f3b..b56714f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -47,5 +47,5 @@ jobs: context: . push: true tags: | - ghcr.io/${{steps.prep.outputs.tags}} - ghcr.io/angeloanan/lyrics-finder:latest \ No newline at end of file + ghcr.io/${{steps.prep.outputs.tags}} + ghcr.io/angeloanan/lyrics-finder:latest \ No newline at end of file