From c45ac94518b4c3e7891fa58ea2306f46b933f08a Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 29 Jul 2025 09:49:35 -0700 Subject: [PATCH] Delete buildx --- .github/workflows/cicd.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ff05268..c0fadcd 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -14,9 +14,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - name: Extract tag name id: get-tag run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV