Skip to content

Commit

Permalink
attempt to fix namespace for ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Aug 1, 2023
1 parent 7cd122b commit 46b0881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: tib-hannover/smw-crc1153
IMAGE_NAME: tibhannover/smw-crc1153

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
# WIKI_DOMAIN=wiki.local and WIKI_PORT=80

wiki:
image: ghcr.io/tib-hannover/smw-crc1153:test
image: ghcr.io/tibhannover/smw-crc1153:test
build: ./context
ports:
- ${WIKI_PORT:-80}:80
Expand Down

0 comments on commit 46b0881

Please sign in to comment.