File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
12name : ci
23
34on :
@@ -34,16 +35,16 @@ jobs:
3435 - id : docker_meta
3536 uses : crazy-max/ghaction-docker-meta@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4.0.1
3637 with :
37- images : docker.pkg.github.com/appvia /githubUserManager/githubUserManager
38+ images : docker.pkg.github.com/reMarkable /githubUserManager/githubUserManager
3839 tag-sha : true
3940 tag-latest : true
4041 tag-semver : |
4142 {{version}}
4243 label-custom : |
43- org.opencontainers.image.vendor=appvia
44- org.opencontainers.image.documentation=https://github.com/appvia /githubUserManager
44+ org.opencontainers.image.vendor=reMarkable
45+ org.opencontainers.image.documentation=https://github.com/reMarkable /githubUserManager
4546 org.opencontainers.image.authors=Chris Nesbitt-Smith <chris.nesbitt-smith@appvia.io>
46- maintainer=appvia
47+ maintainer=reMarkable
4748
4849 - name : Login to docker registry
4950 if : ${{ github.event_name != 'pull_request' }}
5859 with :
5960 push : ${{ github.event_name != 'pull_request' }}
6061 tags : ${{ steps.docker_meta.outputs.tags }}
61- labels : ${{ steps.docker_meta.outputs.labels }}
62+ labels : ${{ steps.docker_meta.outputs.labels }}
Original file line number Diff line number Diff line change 6363 -e GITHUB_INSTALLATION_ID="$GITHUB_INSTALLATION_ID" \
6464 -e GITHUB_PRIVATE_KEY="$GITHUB_PRIVATE_KEY" \
6565 -e IGNORED_USERS="$IGNORED_USERS" \
66- docker.pkg.github.com/appvia /githubusermanager/githubusermanager:v1.0.5
66+ docker.pkg.github.com/reMarkable /githubusermanager/githubusermanager:v1.0.6
6767 shell : bash
6868 env :
6969 GOOGLE_EMAIL_ADDRESS : ${{ inputs.google-email-address }}
You can’t perform that action at this time.
0 commit comments