Update ci.yml
This commit is contained in:
parent
29756c29a7
commit
38df7aa6b9
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -44,6 +44,8 @@ jobs:
|
|||||||
push: false
|
push: false
|
||||||
load: true
|
load: true
|
||||||
tags: ${{ env.TAGNAME }}
|
tags: ${{ env.TAGNAME }}
|
||||||
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
|
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||||
|
|
||||||
- name: Test Docker image
|
- name: Test Docker image
|
||||||
run: docker run --rm ${{ env.TAGNAME }} -h
|
run: docker run --rm ${{ env.TAGNAME }} -h
|
||||||
@ -55,6 +57,8 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ env.TEST_TAG }}
|
tags: ${{ env.TEST_TAG }}
|
||||||
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
|
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||||
|
|
||||||
publish-readme:
|
publish-readme:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user