From 7ba751f10c0f126ce8ae772c79f3558e1abfcb60 Mon Sep 17 00:00:00 2001 From: YuCN Date: Sun, 13 Oct 2024 18:38:12 +0800 Subject: [PATCH] fix --- .github/workflows/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 24d07dc6..3a4587fd 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -57,7 +57,7 @@ jobs: # list of Docker images to use as base name for tags images: | docker.io/${{ env.DOCKER_IMAGE_NAME }} - # ghcr.io/${{ env.GHCR_IMAGE_NAME }} + # ghcr.io/${{ env.GHCR_IMAGE_NAME }} # generate Docker tags based on the following events/attributes tags: | type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}