Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kaufmann committed Jun 20, 2023
1 parent 4b2ad66 commit dd3a17b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
ghcr.io/okaufmann/satis-server
ghcr.io/teamnovu/satis-server
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2.1"
services:
satis-server:
image: ghcr.io/okaufmann/satis-server:latest
image: ghcr.io/teamnovu/satis-server:latest
container_name: satis_server
restart: unless-stopped
ports:
Expand Down

0 comments on commit dd3a17b

Please sign in to comment.