diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffa9ff1b..ce938ca4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -220,7 +220,7 @@ win-dev-build: --collect-all six # Download latest: - # | https://gitlab.com/crafty-controller/crafty-commander/-/jobs/artifacts/dev/download?job=win-dev-build + # | https://gitlab.com/crafty-controller/crafty-4/-/jobs/artifacts/dev/download?job=win-dev-build artifacts: name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}" paths: @@ -261,7 +261,7 @@ win-prod-build: --collect-all six # Download latest: - # | https://gitlab.com/crafty-controller/crafty-commander/-/jobs/artifacts/master/download?job=win-prod-build + # | https://gitlab.com/crafty-controller/crafty-4/-/jobs/artifacts/master/download?job=win-prod-build artifacts: name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}" paths: diff --git a/Dockerfile b/Dockerfile index c72d93ef..692150cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,6 +68,6 @@ LABEL \ org.opencontainers.image.description="A Game Server Control Panel / Launcher" \ org.opencontainers.image.url="https://craftycontrol.com/" \ org.opencontainers.image.documentation="https://wiki.craftycontrol.com/" \ - org.opencontainers.image.source="https://gitlab.com/crafty-controller/crafty-commander" \ + org.opencontainers.image.source="https://gitlab.com/crafty-controller/crafty-4" \ org.opencontainers.image.vendor="Arcadia Technology, LLC." \ org.opencontainers.image.licenses=""