From 23b758b4be9e7df318b38239e1370f08224ba8fb Mon Sep 17 00:00:00 2001 From: Kyle Jackson Date: Mon, 5 Aug 2024 21:50:29 +1000 Subject: [PATCH] updated tags --- .github/workflows/build-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index e758729..bf033b0 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -36,5 +36,5 @@ jobs: file: build/miner/Dockerfile platforms: linux/amd64 tags: | - ghcr.io/artifactsmmo/miner:latest - ghcr.io/artifactsmmo/miner:1.0.${{ github.run_id }} \ No newline at end of file + ghcr.io/wizedkyle/artifactsmmo/miner:latest + ghcr.io/wizedkyle/artifactsmmo/miner:1.0.${{ github.run_id }} \ No newline at end of file