From a59bd089a403b49ea026acab29fb4fec081f4936 Mon Sep 17 00:00:00 2001 From: Caterina <36919673+catttam@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:50:29 +0200 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 90cd1ec..5f89bc3 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -27,4 +27,4 @@ jobs: else TAGS="${GHCR_IMAGE}:latest" fi - docker build . --file Dockerfile --output "type=image,push=true" ${TAGS} + docker build . --file Dockerfile --output "type=image,push=true" "${TAGS}"