1
Fork 0

Add missing docker build output directory

This commit is contained in:
Viktor Strate Kløvedal 2021-03-28 21:30:20 +02:00 committed by GitHub
parent 5ec05e54ea
commit d7bdefa42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ jobs:
- name: Docker Build - name: Docker Build
run: | run: |
docker buildx build --output "type=oci,dest=/tmp/docker-image-${{ matrix.target_platform }}-${{ github.sha }}.oci" ${{ steps.prepare.outputs.buildx_args }} mkdir -p /tmp/docker-image-${{ matrix.target_platform }}
docker buildx build --output "type=oci,dest=/tmp/docker-image-${{ matrix.target_platform }}/${{ github.sha }}.oci" ${{ steps.prepare.outputs.buildx_args }}
- name: Save Image - name: Save Image
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2