From e91333dee7ad461de23a999085a76d1b8c84cda4 Mon Sep 17 00:00:00 2001 From: NibiruHeisenberg <101130700+NibiruHeisenberg@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:46:29 -0700 Subject: [PATCH] Update docker tags --- .github/workflows/release-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index dacdfb2..e62cf71 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -29,4 +29,4 @@ jobs: with: push: true platforms: linux/amd64,linux/arm64 - tags: ghcr.io/NibiruChain/faucet:latest,ghcr.io/NibiruChain/faucet:${{ steps.get_version.outputs.version-without-v }} + tags: ghcr.io/nibiruchain/faucet:latest,ghcr.io/nibiruchain/faucet:${{ steps.get_version.outputs.version-without-v }}