From f46b0ee91fff1e813af97ed0229459ed88800239 Mon Sep 17 00:00:00 2001 From: RedRock Date: Sun, 12 May 2024 14:20:07 +0300 Subject: [PATCH] fix: update build workflow --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6111fe5..e0f72b4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,4 +27,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: user/app:latest \ No newline at end of file + tags: request-bot:latest \ No newline at end of file -- 2.49.1