We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e4b5a commit 0eaca30Copy full SHA for 0eaca30
1 file changed
.github/workflows/docker-build.yml
@@ -24,7 +24,7 @@ on:
24
25
env:
26
REGISTRY: ghcr.io
27
- IMAGE_NAME: bakerboy448/redditmodlog
+ IMAGE_NAME: ${{ github.repository_owner }}/redditmodlog
28
29
jobs:
30
build:
@@ -67,7 +67,7 @@ jobs:
67
labels: |
68
org.opencontainers.image.title=Reddit ModLog Wiki Publisher
69
org.opencontainers.image.description=Automated Reddit moderation log publisher to wiki pages
70
- org.opencontainers.image.vendor=bakerboy448
+ org.opencontainers.image.vendor=baker-scripts
71
org.opencontainers.image.licenses=GPL-3.0
72
73
- name: Build and push Docker image
0 commit comments