From 690090322083b405af4dff3c43206db2ef6de7a2 Mon Sep 17 00:00:00 2001 From: Leo Durrant Date: Sat, 2 Mar 2024 20:51:29 +0000 Subject: [PATCH] fix: tags for container --- .github/workflows/build-game-server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-game-server.yml b/.github/workflows/build-game-server.yml index df5f0cc..51000e3 100644 --- a/.github/workflows/build-game-server.yml +++ b/.github/workflows/build-game-server.yml @@ -47,5 +47,5 @@ jobs: file: server.Dockerfile push: true tags: | - ghcr.io/pilksoc/CosmicKube:dev-latest - ghcr.io/pilksoc/CosmicKube:dev-${{ github.run_number }} \ No newline at end of file + ghcr.io/pilksoc/cosmickube:dev-latest + ghcr.io/pilksoc/cosmickube:dev-${{ github.run_number }} \ No newline at end of file