From 64d9b84b2cb4441f0e6a6601fc2c80b4e535c91e Mon Sep 17 00:00:00 2001 From: Robin Steiner Date: Tue, 19 Dec 2023 11:02:34 +0100 Subject: [PATCH] Use correct registry scoped workspace --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb6599a..c442ae1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,4 +27,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: statuscope:latest \ No newline at end of file + tags: registry.puzzle.ch/ruby_ops/statuscope:latest \ No newline at end of file