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