Add back Github image labels

This commit is contained in:
Seth Simmons
2021-03-24 13:51:29 -04:00
parent 5fb6c8bfb4
commit fae3fd288b
2 changed files with 8 additions and 0 deletions

View File

@@ -41,6 +41,10 @@ jobs:
ghcr.io/sethsimmons/simple-monerod:${{ steps.get_tag.outputs.tag }}
sethsimmons/simple-monerod:latest
sethsimmons/simple-monerod:${{ steps.get_tag.outputs.tag }}
labels: |
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
cache-from: type=registry,ref=sethsimmons/simple-monerod:latest
cache-to: type=inline
-

View File

@@ -42,6 +42,10 @@ jobs:
ghcr.io/sethsimmons/simple-monerod:${{ steps.get_tag.outputs.tag }}
sethsimmons/simple-monerod:latest
sethsimmons/simple-monerod:${{ steps.get_tag.outputs.tag }}
labels: |
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
cache-from: type=registry,ref=sethsimmons/simple-monerod:latest
cache-to: type=inline
-