Fix local artifact action inputs
This commit is contained in:
@@ -270,6 +270,16 @@ jobs:
|
||||
|
||||
- name: Upload immutable staging image manifest
|
||||
uses: ./.gitea/actions/upload-artifact
|
||||
# act_runner 0.6.1 resolves local Node actions but does not export their
|
||||
# `with` values as INPUT_* variables. Keep `with` for newer runners and
|
||||
# provide the same variables explicitly for the current staging runner.
|
||||
env:
|
||||
INPUT_NAME: staging-image-manifest-${{ gitea.sha }}-${{ gitea.run_attempt }}
|
||||
INPUT_PATH: artifacts/staging-images/manifest.env
|
||||
'INPUT_IF-NO-FILES-FOUND': error
|
||||
'INPUT_RETENTION-DAYS': '30'
|
||||
'INPUT_COMPRESSION-LEVEL': '6'
|
||||
INPUT_OVERWRITE: 'false'
|
||||
with:
|
||||
name: staging-image-manifest-${{ gitea.sha }}-${{ gitea.run_attempt }}
|
||||
path: artifacts/staging-images/manifest.env
|
||||
|
||||
Reference in New Issue
Block a user