Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit 363aa40

Browse files
committed
Don't push image, produce outputs.
1 parent e692989 commit 363aa40

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ jobs:
4141
with:
4242
context: .
4343
file: ./Dockerfile
44-
push: true
45-
tags: ${{ steps.meta.outputs.tags }}
46-
labels: ${{ steps.meta.outputs.labels }}
44+
push: false
4745
platforms: linux/amd64,linux/arm64
46+
outputs: type=local,dest=./output
47+
48+
- name: List files
49+
id: list-files
50+
run: find ./output -type f

0 commit comments

Comments
 (0)