Skip to content

Commit

Permalink
Add labels to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbn committed Mar 23, 2022
1 parent af5553e commit 3f2f6e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
labels: |
org.opencontainers.image.title=mirrIO
org.opencontainers.image.description=mirrIO
org.opencontainers.image.url=https://github.com/containeroo/mirrio
org.opencontainers.image.source=https://github.com/containeroo/mirrio
org.opencontainers.image.version=${{ steps.tag.outputs.version }}
tags: |
containeroo/mirrio:latest
containeroo/mirrio:${{ steps.tag.outputs.version }}
Expand Down

0 comments on commit 3f2f6e4

Please sign in to comment.