Skip to content

Commit

Permalink
fix: #69 use docker/metadata-action to create labels 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Sep 8, 2024
1 parent ebc3ad3 commit 869f4bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
type=raw,priority=1001,value=${{ needs.release-please.outputs.tag_name }}
type=raw,value=latest
labels: |
org.opencontainers.image.licenses="FSL1.1, Apache 2.0 Future License"
org.opencontainers.image.licenses=FSL1.1, Apache 2.0 Future License
annotations: |
org.opencontainers.image.licenses=FSL1.1, Apache 2.0 Future License
- name: Login to Docker Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 869f4bc

Please sign in to comment.