Skip to content

Commit e0a4229

Browse files
committed
Build docker image
1 parent 07f8966 commit e0a4229

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: ci
23

34
on:
@@ -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' }}
@@ -58,4 +59,4 @@ jobs:
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 }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)