Update podman-udm.yml

This commit is contained in:
John Dorman 2023-03-23 02:56:05 -07:00 committed by GitHub
parent 82c3b5c5d6
commit 6ff871b4e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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