Create podman-udmse.yml

This commit is contained in:
John Dorman 2021-12-03 04:23:30 -08:00 committed by GitHub
parent de8b784af6
commit 90d0604bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

34
.github/workflows/podman-udmse.yml vendored Normal file
View File

@ -0,0 +1,34 @@
name: UDPSE Podman
on:
workflow_dispatch:
push:
paths:
- 'podman-update/build/Dockerfile.Se'
pull_requests:
paths:
- 'podman-update/build/Dockerfile.Se'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build --file podman-update/build/Dockerfile.Se --tag boostchicken:udm-podman podman-update/build/
- name: Docker Extract
id: extract
uses: shrink/actions-docker-extract@v1
with:
# Docker Image to extract files from
image: boostchicken:udm-podman
# Path (from root) to a file or directory within Image
path: tmp/release/podman-install.zip
- name: Upload Podman Install
uses: actions/upload-artifact@v2
with:
path: ${{ steps.extract.outputs.destination }}
name: udmse-podman-install.zip