mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update podman-udmp-udmse.yml
This commit is contained in:
parent
b820368d0e
commit
d62b2f85c8
10
.github/workflows/podman-udmp-udmse.yml
vendored
10
.github/workflows/podman-udmp-udmse.yml
vendored
@ -18,11 +18,19 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Cache
|
||||
uses: actions/cache@v2.1.8
|
||||
with:
|
||||
# A list of files, directories, and wildcard patterns to cache and restore
|
||||
path: ~/.cargo/
|
||||
# An explicit key for restoring and saving the cache
|
||||
key: rust
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Docker Setup QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Pro-SE --tag boostchicken:udm-podman podman-update/build/
|
||||
run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Pro-SE --tag boostchicken:udm-podman -v ~/.cargo/:~/.cargo podman-update/build/
|
||||
- name: Docker Extract
|
||||
id: extract
|
||||
uses: boostchicken-dev/actions-docker-extract@v3
|
||||
|
Loading…
Reference in New Issue
Block a user