mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update podman-udm.yml
This commit is contained in:
parent
82c3b5c5d6
commit
6ff871b4e5
7
.github/workflows/podman-udm.yml
vendored
7
.github/workflows/podman-udm.yml
vendored
@ -23,19 +23,20 @@ jobs:
|
||||
run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Base --tag boostchicken:udm-podman podman-update/build/
|
||||
- name: Docker Extract
|
||||
id: extract
|
||||
uses: boostchicken-dev/actions-docker-extract@v2
|
||||
uses: boostchicken-dev/actions-docker-extract@v3
|
||||
with:
|
||||
# Docker Image to extract files from
|
||||
image: boostchicken:udm-podman
|
||||
# Path (from root) to a file or directory within Image
|
||||
path: /tmp/install/
|
||||
path: /tmp/install/.
|
||||
|
||||
- name: Generate new tag version
|
||||
id: version
|
||||
uses: flynshue/version-action@v0.0.1
|
||||
|
||||
- name: Upload Podman Install
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
path: ${{ steps.extract.outputs.destination }}
|
||||
name: podman-udm-${{ steps.version.outputs.version }}
|
||||
retention-days: 90
|
||||
|
Loading…
Reference in New Issue
Block a user