Skip to content

Commit

Permalink
Add valid tag but disable it (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored Oct 24, 2023
1 parent 454e338 commit 7fc815f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fc815f

Please sign in to comment.