From 5b1eb57960d7da36bded80b0c1e32a9a53518969 Mon Sep 17 00:00:00 2001 From: Mikucat Date: Sun, 4 Feb 2024 00:04:02 +0800 Subject: [PATCH] fix(ci): change container tag --- .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 57da70b2..27e6c548 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: uses: docker/metadata-action@v5 with: images: | - ghcr.io/qingdaou/oj-web + ghcr.io/qingdaou/oj-backend tags: | type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}}