mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-21 00:11:14 +00:00
Use verifyer to upload artifacts
This commit is contained in:
26
.github/workflows/zzz-reuse-build.yml
vendored
26
.github/workflows/zzz-reuse-build.yml
vendored
@@ -194,11 +194,15 @@ jobs:
|
|||||||
if: ${{ inputs.flavour == 'base' }}
|
if: ${{ inputs.flavour == 'base' }}
|
||||||
|
|
||||||
- name: "[Artifact Save] Upload base"
|
- name: "[Artifact Save] Upload base"
|
||||||
uses: actions/upload-artifact@v3
|
uses: Wandalen/wretry.action@v1.0.11
|
||||||
with:
|
with:
|
||||||
|
action: cytopia/upload-artifact-verify@v0.1.0
|
||||||
|
with: |
|
||||||
name: ${{ steps.set-artifact-name.outputs.base }}
|
name: ${{ steps.set-artifact-name.outputs.base }}
|
||||||
path: ${{ steps.set-artifact-name.outputs.base }}
|
path: ${{ steps.set-artifact-name.outputs.base }}
|
||||||
if: ${{ inputs.flavour == 'base' }}
|
attempt_limit: 20
|
||||||
|
attempt_delay: 10000
|
||||||
|
if: ${{ inputs.flavour == 'mods' }}
|
||||||
|
|
||||||
###
|
###
|
||||||
### Export and Upload mods
|
### Export and Upload mods
|
||||||
@@ -211,10 +215,14 @@ jobs:
|
|||||||
if: ${{ inputs.flavour == 'mods' }}
|
if: ${{ inputs.flavour == 'mods' }}
|
||||||
|
|
||||||
- name: "[Artifact Save] Upload mods"
|
- name: "[Artifact Save] Upload mods"
|
||||||
uses: actions/upload-artifact@v3
|
uses: Wandalen/wretry.action@v1.0.11
|
||||||
with:
|
with:
|
||||||
|
action: cytopia/upload-artifact-verify@v0.1.0
|
||||||
|
with: |
|
||||||
name: ${{ steps.set-artifact-name.outputs.mods }}
|
name: ${{ steps.set-artifact-name.outputs.mods }}
|
||||||
path: ${{ steps.set-artifact-name.outputs.mods }}
|
path: ${{ steps.set-artifact-name.outputs.mods }}
|
||||||
|
attempt_limit: 20
|
||||||
|
attempt_delay: 10000
|
||||||
if: ${{ inputs.flavour == 'mods' }}
|
if: ${{ inputs.flavour == 'mods' }}
|
||||||
|
|
||||||
###
|
###
|
||||||
@@ -228,10 +236,14 @@ jobs:
|
|||||||
if: ${{ inputs.flavour == 'prod' }}
|
if: ${{ inputs.flavour == 'prod' }}
|
||||||
|
|
||||||
- name: "[Artifact Save] Upload prod"
|
- name: "[Artifact Save] Upload prod"
|
||||||
uses: actions/upload-artifact@v3
|
uses: Wandalen/wretry.action@v1.0.11
|
||||||
with:
|
with:
|
||||||
|
action: cytopia/upload-artifact-verify@v0.1.0
|
||||||
|
with: |
|
||||||
name: ${{ steps.set-artifact-name.outputs.prod }}
|
name: ${{ steps.set-artifact-name.outputs.prod }}
|
||||||
path: ${{ steps.set-artifact-name.outputs.prod }}
|
path: ${{ steps.set-artifact-name.outputs.prod }}
|
||||||
|
attempt_limit: 20
|
||||||
|
attempt_delay: 10000
|
||||||
if: ${{ inputs.flavour == 'prod' }}
|
if: ${{ inputs.flavour == 'prod' }}
|
||||||
|
|
||||||
###
|
###
|
||||||
@@ -245,8 +257,12 @@ jobs:
|
|||||||
if: ${{ inputs.flavour == 'work' }}
|
if: ${{ inputs.flavour == 'work' }}
|
||||||
|
|
||||||
- name: "[Artifact Save] Upload work"
|
- name: "[Artifact Save] Upload work"
|
||||||
uses: actions/upload-artifact@v3
|
uses: Wandalen/wretry.action@v1.0.11
|
||||||
with:
|
with:
|
||||||
|
action: cytopia/upload-artifact-verify@v0.1.0
|
||||||
|
with: |
|
||||||
name: ${{ steps.set-artifact-name.outputs.work }}
|
name: ${{ steps.set-artifact-name.outputs.work }}
|
||||||
path: ${{ steps.set-artifact-name.outputs.work }}
|
path: ${{ steps.set-artifact-name.outputs.work }}
|
||||||
|
attempt_limit: 20
|
||||||
|
attempt_delay: 10000
|
||||||
if: ${{ inputs.flavour == 'work' }}
|
if: ${{ inputs.flavour == 'work' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user