mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update podman-udmse.yml
This commit is contained in:
parent
71c17577b2
commit
4decf5418f
11
.github/workflows/podman-udmse.yml
vendored
11
.github/workflows/podman-udmse.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: UDM-SE Podman
|
name: UDM-SE/PRO Podman
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -28,9 +28,14 @@ jobs:
|
|||||||
# Docker Image to extract files from
|
# Docker Image to extract files from
|
||||||
image: boostchicken:udm-podman
|
image: boostchicken:udm-podman
|
||||||
# Path (from root) to a file or directory within Image
|
# Path (from root) to a file or directory within Image
|
||||||
path: tmp/release/podman-install.zip
|
path: /tmp/release/
|
||||||
|
|
||||||
|
- name: Generate new tag version
|
||||||
|
id: version
|
||||||
|
uses: flynshue/version-action@0.0.1
|
||||||
|
|
||||||
- name: Upload Podman Install
|
- name: Upload Podman Install
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.extract.outputs.destination }}
|
path: ${{ steps.extract.outputs.destination }}
|
||||||
name: udmse-podman-install.zip
|
name: podman-udmse-udmpro-${{ steps.version.outputs.version }}.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user