Skip to content

Commit

Permalink
add annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jul 20, 2024
1 parent 36778c1 commit 68d533e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
org.opencontainers.image.source=https://github.com/le0pard/postal_server
org.opencontainers.image.description=Postal web server offers advanced capabilities for parsing and standardizing street addresses
org.opencontainers.image.licenses=MIT
annotations: |
org.opencontainers.image.description=Postal web server offers advanced capabilities for parsing and standardizing street addresses
- name: Build and push
id: push
Expand All @@ -59,6 +61,7 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
Expand Down

0 comments on commit 68d533e

Please sign in to comment.