Skip to content

Commit

Permalink
Fix the docker image license
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetkillioglu committed Jan 30, 2024
1 parent 2c5885c commit 353d616
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tii-depthai-ctrl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
type=semver,pattern={{version}},suffix=-${{ matrix.platform }}
type=sha,suffix=-${{ matrix.platform }}
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) && matrix.platform == 'amd64' }}
labels: |
org.opencontainers.image.licenses=Apache-2.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 353d616

Please sign in to comment.