From 81c0110f853d94b32fe59465ec765f61370e40a5 Mon Sep 17 00:00:00 2001 From: kaiiak Date: Sun, 2 Jan 2022 23:33:41 +0800 Subject: [PATCH] fix syntax error --- .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 df5b363..49113b3 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -43,6 +43,6 @@ jobs: with: context: . push: true - file: ${{context}}/Dockerfile.ubuntu + file: ${{ context }}/Dockerfile.ubuntu tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}