Skip to content

Commit 3a4f3f0

Browse files
committed
Fix ci to use reMarkable fork for containers
1 parent 168450f commit 3a4f3f0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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' }}
@@ -58,4 +58,4 @@ jobs:
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 }}

0 commit comments

Comments
 (0)