mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 08:01:38 +00:00
upload artifacts
This commit is contained in:
@@ -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 ||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user