Update dockerbuild.yaml

This commit is contained in:
Frikky
2022-10-22 23:20:11 +02:00
committed by GitHub
parent 6eea979c46
commit a97a5b715b
+3
View File
@@ -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