upload artifacts

This commit is contained in:
Ruben Fiszel
2025-02-23 11:13:36 +01:00
parent 95812a8d9f
commit 498c9bd6c8
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -44,6 +44,7 @@ jobs:
uses: ./.github/workflows/multi-build-arch.yml
with:
registry: ghcr.io
name: windmill
image_name:
${{ github.event_name != 'pull_request' && github.event_name !=
'workflow_dispatch' && github.repository ||
@@ -127,6 +128,7 @@ jobs:
uses: ./.github/workflows/multi-build-arch.yml
with:
registry: ghcr.io
name: windmill-ee
image_name:
${{ github.event_name != 'pull_request' && github.event_name !=
'workflow_dispatch' && github.repository ||
+4 -1
View File
@@ -9,6 +9,9 @@ on:
image_name:
required: true
type: string
name:
required: true
type: string
metadata_flavor:
default: |
latest=auto
@@ -124,7 +127,7 @@ jobs:
if: ${{ inputs.push_image }}
uses: actions/upload-artifact@v4
with:
name: digests-${{ matrix.runner }}-${{ inputs.image_name }}
name: digests-${{ matrix.runner }}-${{ inputs.name }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1