Skip to content

Commit

Permalink
remove "annotation-index." from the beginning of each annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Feb 16, 2024
1 parent 4845c49 commit 6d07491
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
type=ref,event=branch,suffix=-${{github.run_number}}
type=ref,event=branch,suffix=-latest
annotations: |
annotation-index.org.opencontainers.image.source=https://github.com/nam20485/OdbDesign
annotation-index.org.opencontainers.image.description=The OdbDesign Docker image runs the OdbDesignServer REST API server executable listening on port 8888.
annotation-index.org.opencontainers.image.licenses=MIT
annotation-index.org.opencontainers.image.authors=https://github.com/nam20485
org.opencontainers.image.source=https://github.com/nam20485/OdbDesign
org.opencontainers.image.description=The OdbDesign Docker image runs the OdbDesignServer REST API server executable listening on port 8888.
org.opencontainers.image.licenses=MIT
org.opencontainers.image.authors=https://github.com/nam20485
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 6d07491

Please sign in to comment.