From 7fc815f8541832b1467558a9bcd4a979231dc188 Mon Sep 17 00:00:00 2001 From: Nick Zelei <2420177+nickzelei@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:01:57 -0700 Subject: [PATCH] Add valid tag but disable it (#399) --- .github/workflows/devcontainer-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devcontainer-release.yml b/.github/workflows/devcontainer-release.yml index 823b7c98d8..02413ced8c 100644 --- a/.github/workflows/devcontainer-release.yml +++ b/.github/workflows/devcontainer-release.yml @@ -19,7 +19,7 @@ jobs: # list of Docker images to use as base name for tags # disable tag base name because devcontainers cli automatically adds it based on the "imageName" input images: | - name=,enable=false + name=ghcr.io/${{ github.repository }}/devcontainer,enable=false # generate Docker tags based on the following events/attributes tags: | type=match,pattern=devcontainer/v(\d.\d.\d),group=1