From a5988b792a5adb82143347eab56984efa2ea963c Mon Sep 17 00:00:00 2001 From: Mark Ettema Date: Mon, 24 May 2021 10:06:40 +0700 Subject: [PATCH] Encapsulate tag --- .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 7f1ea7f..336caf0 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,4 +15,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the Docker image - run: docker build src/ --file src/Dockerfile --tag https://ghcr.io/neothor/steam-openid-connect-provider:$(date +%s) + run: docker build src/ --file src/Dockerfile --tag "https://ghcr.io/neothor/steam-openid-connect-provider:$(date +%s)"