Skip to content

Commit

Permalink
fix image tags for devcontainer release (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored Oct 24, 2023
1 parent ce22127 commit c5ce5e9
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 @@ -18,7 +18,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
ghcr.io/${{ github.repository }}/devcontainer
name=,enable=false # disable tag base name because devcontainers cli automatically adds it based on the "imageName" input
# 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 c5ce5e9

Please sign in to comment.