From cbe565d364b78a6135f64c488bdf3967cb7188e4 Mon Sep 17 00:00:00 2001 From: x9q Date: Sun, 21 May 2023 21:00:05 +0300 Subject: [PATCH] Fix build --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c0cc76..5770385 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,5 +31,5 @@ jobs: platforms: linux/amd64 push: true tags: | - octaspace/faucet:latest - octaspace/faucet:${{ env.IMAGE_VERSION }} + octaspace/eth-netstats:latest + octaspace/eth-netstats:${{ env.IMAGE_VERSION }}