Update ci.yml

This commit is contained in:
涵曦 2024-10-30 09:54:19 +08:00 committed by GitHub
parent 8629c16fe4
commit 3da07ce816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,12 +35,12 @@ jobs:
context: .
push: false
load: true
tags: ${{ env.TEST_TAG }}-${{ matrix.platform | replace('/', '-') }}
tags: ${{ env.TEST_TAG }}-${{ matrix.platform }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
- name: Test Docker image
run: docker run --rm ${{ env.TEST_TAG }}-${{ matrix.platform | replace('/', '-') }} -h
run: docker run --rm ${{ env.TEST_TAG }}-${{ matrix.platform }} -h
publish:
runs-on: ubuntu-latest