From 2d7209e7c78282786fcc637ec62f67ee8ba072ef Mon Sep 17 00:00:00 2001 From: Mingchen Dai Date: Mon, 30 Sep 2024 06:54:14 +0000 Subject: [PATCH] fix CI --- .gitea/workflows/devstar-devcontainer-operator-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/devstar-devcontainer-operator-ci.yaml b/.gitea/workflows/devstar-devcontainer-operator-ci.yaml index 4b0122e..e20f2b2 100644 --- a/.gitea/workflows/devstar-devcontainer-operator-ci.yaml +++ b/.gitea/workflows/devstar-devcontainer-operator-ci.yaml @@ -19,7 +19,7 @@ on: - main jobs: - build-and-push-x86-64-docker-image: + build-and-push-devstar-devcontainer-operator: runs-on: ubuntu-latest steps: - name: 🔍 Check out repository code