Update podman-udmp-udmse.yml

This commit is contained in:
John Dorman 2023-03-23 04:10:16 -07:00 committed by GitHub
parent b820368d0e
commit d62b2f85c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,19 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: 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 - uses: actions/checkout@v3
- name: Docker Setup QEMU - name: Docker Setup QEMU
uses: docker/setup-qemu-action@v2 uses: docker/setup-qemu-action@v2
- name: Build the Docker image - 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 - name: Docker Extract
id: extract id: extract
uses: boostchicken-dev/actions-docker-extract@v3 uses: boostchicken-dev/actions-docker-extract@v3