Skip to content

Commit

Permalink
feat: more container labels: licenses (#2900)
Browse files Browse the repository at this point in the history
* atlantis-base: add license label

* atlantis-image: add license label

* Apply suggestions from code review

* Update Dockerfile

* Update Dockerfile.alpine

* Update Dockerfile.debian

* Apply suggestions from code review

* Update Dockerfile

* Update Dockerfile

* Update docker-base/Dockerfile.alpine

* Update Dockerfile.debian
  • Loading branch information
nitrocode authored Jan 16, 2023
1 parent bcbcf5c commit d736250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/atlantis-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
with:
images: |
atlantis
labels: |
org.opencontainers.image.licenses=Apache-2.0
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
with:
images: |
atlantis
labels: |
org.opencontainers.image.licenses=Apache-2.0
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit d736250

Please sign in to comment.