Skip to content

Commit

Permalink
remove quotes from description annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Feb 16, 2024
1 parent f37a60d commit 112152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
ODBDESIGN_SERVER_REQUEST_PASSWORD=${{ secrets.ODBDESIGN_SERVER_REQUEST_PASSWORD }}
outputs: |
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.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
Expand Down

0 comments on commit 112152f

Please sign in to comment.