File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ jobs:
3434 - id : docker_meta
3535 uses : crazy-max/ghaction-docker-meta@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4.0.1
3636 with :
37- images : docker.pkg.github.com/appvia /githubUserManager/githubUserManager
37+ images : docker.pkg.github.com/reMarkable /githubUserManager/githubUserManager
3838 tag-sha : true
3939 tag-latest : true
4040 tag-semver : |
4141 {{version}}
4242 label-custom : |
43- org.opencontainers.image.vendor=appvia
44- org.opencontainers.image.documentation=https://github.com/appvia /githubUserManager
45- org.opencontainers.image.authors=Chris Nesbitt-Smith <chris.nesbitt-smith@appvia.io >
46- maintainer=appvia
43+ org.opencontainers.image.vendor=reMarkable
44+ org.opencontainers.image.documentation=https://github.com/reMarkable /githubUserManager
45+ org.opencontainers.image.authors=Marcus Ramberg <marcus.ramberg@remarkable.com >
46+ maintainer=reMarkable
4747
4848 - name : Login to docker registry
4949 if : ${{ github.event_name != 'pull_request' }}
5858 with :
5959 push : ${{ github.event_name != 'pull_request' }}
6060 tags : ${{ steps.docker_meta.outputs.tags }}
61- labels : ${{ steps.docker_meta.outputs.labels }}
61+ labels : ${{ steps.docker_meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments