mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Create podman-udmp.yml
This commit is contained in:
parent
8d39e861e5
commit
35881720d9
30
.github/workflows/podman-udmp.yml
vendored
Normal file
30
.github/workflows/podman-udmp.yml
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
name: UDMP Podman
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'podman-update/build/Dockerfile'
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build ./podman-update/build/ --file Dockerfile --tag boostchicken:udmp-podman-$(date +%s)
|
||||
- name: Docker Extract
|
||||
uses: shrink/actions-docker-extract@v1
|
||||
with:
|
||||
# Docker Image to extract files from
|
||||
image: boostchicken:udmp-podman-$(date +%s)
|
||||
# Path (from root) to a file or directory within Image
|
||||
path: /tmp/release/.
|
||||
- name: Upload Podman Install
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: ${{ steps.extract.outputs.destination }}
|
||||
name: podman-install.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user