ci:
This commit is contained in:
parent
f6b1adccc6
commit
2b507867b5
@ -47,6 +47,8 @@ jobs:
|
|||||||
|
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@ -68,15 +70,6 @@ jobs:
|
|||||||
name: Check if binary exists
|
name: Check if binary exists
|
||||||
run: echo "missing program"
|
run: echo "missing program"
|
||||||
|
|
||||||
-
|
|
||||||
# Add support for more platforms with QEMU (optional)
|
|
||||||
# https://github.com/docker/setup-qemu-action
|
|
||||||
name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v2
|
|
||||||
-
|
|
||||||
name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v2
|
|
||||||
|
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
uses: https://github.com/docker/login-action@v2
|
uses: https://github.com/docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user