diff options
author | Joffrey Bion <joffrey.bion@booking.com> | 2020-05-25 01:05:07 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@booking.com> | 2020-05-25 01:05:07 +0200 |
commit | fd2eb9f13f6ceb4cb41e992e1eb59840e175e18d (patch) | |
tree | 8d48288f135aa6e819252f5bf626cd436e6d74f1 /.github | |
parent | Cleanup imports (diff) | |
download | seven-wonders-fd2eb9f13f6ceb4cb41e992e1eb59840e175e18d.tar.gz seven-wonders-fd2eb9f13f6ceb4cb41e992e1eb59840e175e18d.tar.bz2 seven-wonders-fd2eb9f13f6ceb4cb41e992e1eb59840e175e18d.zip |
Fix docker image name
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |