Update ci.yml

This commit is contained in:
涵曦 2024-10-30 12:32:56 +08:00 committed by GitHub
parent 29756c29a7
commit 38df7aa6b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,8 @@ jobs:
push: false
load: true
tags: ${{ env.TAGNAME }}
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.TAGNAME }} -h
@ -55,6 +57,8 @@ jobs:
context: .
push: true
tags: ${{ env.TEST_TAG }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
publish-readme:
runs-on: ubuntu-latest