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