Skip to content

Commit

Permalink
add additional metadata to the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickuhlmann committed Feb 12, 2023
1 parent ebb3133 commit 892b9e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.source=https://github.com/patrickuhlmann/cevi-int
org.opencontainers.image.description=Cevi.tools International Webpage
org.opencontainers.image.license=MIT
buildCeviTool:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -129,3 +131,6 @@ jobs:
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.source=https://github.com/patrickuhlmann/cevi-int
org.opencontainers.image.description=Cevi.tools International Webpage
org.opencontainers.image.license=MIT

0 comments on commit 892b9e7

Please sign in to comment.