Update dockerbuild.yaml
This commit is contained in:
@@ -60,10 +60,13 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BUILDX_NO_DEFAULT_LOAD: true
|
BUILDX_NO_DEFAULT_LOAD: true
|
||||||
with:
|
with:
|
||||||
|
logout: false
|
||||||
context: ${{ matrix.path }}/
|
context: ${{ matrix.path }}/
|
||||||
file: ${{ matrix.path }}/Dockerfile
|
file: ${{ matrix.path }}/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/frikky/shuffle-${{ matrix.app }}:nightly
|
ghcr.io/frikky/shuffle-${{ matrix.app }}:nightly
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:nightly
|
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:nightly
|
||||||
|
|||||||
Reference in New Issue
Block a user