Delete buildx

Former-commit-id: c45ac94518
This commit is contained in:
Owen
2025-07-29 09:49:35 -07:00
parent 63933b57fc
commit 9d41154daa

View File

@@ -14,9 +14,6 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Extract tag name - name: Extract tag name
id: get-tag id: get-tag
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV