From 468dcd6968f776b9a1abb76d205f35a27bc4e599 Mon Sep 17 00:00:00 2001 From: eball Date: Mon, 15 Apr 2024 15:04:21 +0800 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c916d167ad974..dd5d2f2c17fc8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,6 +51,6 @@ jobs: uses: docker/build-push-action@v3 with: push: true - tags: bytetrade/auth:${{ github.event.inputs.tags }} + tags: beclab/auth:${{ github.event.inputs.tags }} file: Dockerfile.dev