From b3a0f1348a7584b7be0dbe9a7a61d63d6f181ce8 Mon Sep 17 00:00:00 2001 From: xiantang Date: Tue, 7 Jun 2022 00:26:05 +0800 Subject: [PATCH] Use cosmtrek/air --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0278e7f2..c8f3bc3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,6 @@ jobs: with: push: true platforms: linux/amd64,linux/arm64 - tags: borosr/air:${{ env.VERSION }} + tags: cosmtrek/air:${{ env.VERSION }} - name: show docker image digest run: echo ${{ steps.docker_build.outputs.digest }}