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

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