summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ad557285..08bd23bc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,6 +39,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ github.token }}
registry: docker.pkg.github.com
- repository: hildan/seven-wonders/sw-server
+ repository: joffrey-bion/seven-wonders/sw-server
tag_with_ref: true
tag_with_sha: true
bgstack15