Skip to content

Commit dd3a17b

Browse files
author
Oliver Kaufmann
committed
fix build
1 parent 4b2ad66 commit dd3a17b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
# list of Docker images to use as base name for tags
2828
images: |
29-
ghcr.io/okaufmann/satis-server
29+
ghcr.io/teamnovu/satis-server
3030
# generate Docker tags based on the following events/attributes
3131
tags: |
3232
type=schedule

docker-compose.yml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2.1"
22
services:
33
satis-server:
4-
image: ghcr.io/okaufmann/satis-server:latest
4+
image: ghcr.io/teamnovu/satis-server:latest
55
container_name: satis_server
66
restart: unless-stopped
77
ports:

0 commit comments

Comments
 (0)