Skip to content
Discussion options

You must be logged in to vote
        uses: docker/bake-action@v6
        with:
          .....
          set: |
            *.tags=registry/image_name:latest
            *.tags+=registry/image_name:othertag

Try something like that to add more than one tag to the images. You may need to replace the * with your image name.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@crazy-max
Comment options

Answer selected by crazy-max
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants