Skip to content

Commit 0eaca30

Browse files
committed
fix: use dynamic github.repository_owner for IMAGE_NAME
1 parent 17e4b5a commit 0eaca30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
env:
2626
REGISTRY: ghcr.io
27-
IMAGE_NAME: bakerboy448/redditmodlog
27+
IMAGE_NAME: ${{ github.repository_owner }}/redditmodlog
2828

2929
jobs:
3030
build:
@@ -67,7 +67,7 @@ jobs:
6767
labels: |
6868
org.opencontainers.image.title=Reddit ModLog Wiki Publisher
6969
org.opencontainers.image.description=Automated Reddit moderation log publisher to wiki pages
70-
org.opencontainers.image.vendor=bakerboy448
70+
org.opencontainers.image.vendor=baker-scripts
7171
org.opencontainers.image.licenses=GPL-3.0
7272
7373
- name: Build and push Docker image

0 commit comments

Comments
 (0)