There was an error while loading. Please reload this page.
1 parent e692989 commit 363aa40Copy full SHA for 363aa40
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,10 @@ jobs:
41
with:
42
context: .
43
file: ./Dockerfile
44
- push: true
45
- tags: ${{ steps.meta.outputs.tags }}
46
- labels: ${{ steps.meta.outputs.labels }}
+ push: false
47
platforms: linux/amd64,linux/arm64
+ outputs: type=local,dest=./output
+
48
+ - name: List files
49
+ id: list-files
50
+ run: find ./output -type f
0 commit comments