Azure / Azure/bicep

Support adding multiple tags in `bicep publish`

Open
#5,014 3 comments 2 reactions 0 assignees View on GitHub
enhancement story: registry
Dominant language
Bicep
Stars
3.6k
Forks
830
Avg merge
1d 2h
Merged PRs (30d)
79

Description

**Is your feature request related to a problem? Please describe.**
There are some cases where users might want to add multiple tags to a module in the registry during publish.

**Describe the solution you'd like**
Add the possibility to add multiple tags with `bicep publish`

Something like:
```
bicep publish file.bicep --target br:example.azurecr.io/hello/world:v1.1:latest`

or

bicep publish file.bicep --target br:example.azurecr.io/hello/world:v1.1 --additional-tags latest`
```

Contributor guide

Open the contributing guide

Research direction

Start at the bicep publish command and its --target argument handling. Compare the proposed repeated-tag and --additional-tags forms, then verify that publishing a module applies multiple registry tags and that the chosen command syntax is covered by the relevant tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cli, cloud
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.