1
Fork 0

Fix path to artifact

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

View File

@ -87,7 +87,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: docker-image-${{ matrix.target_platform }}
path: /tmp/docker-image-${{ matrix.target_platform }}-${{ github.sha }}.oci
path: /tmp/docker-image-${{ matrix.target_platform }}/${{ github.sha }}.oci
push:
name: Push Docker Images