From d6fd51cb560612620b7c938983ca1f85ce53f98d Mon Sep 17 00:00:00 2001 From: Mark Ettema Date: Mon, 24 May 2021 10:07:38 +0700 Subject: [PATCH] No proto --- .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 336caf0..81d25a6 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 "ghcr.io/neothor/steam-openid-connect-provider:$(date +%s)"