This commit is contained in:
parent
91b65614c6
commit
8b7163aecc
1 changed files with 4 additions and 2 deletions
|
@ -8,9 +8,11 @@ on:
|
|||
jobs:
|
||||
docker:
|
||||
runs-on: 'ubuntu-latest'
|
||||
container:
|
||||
image: "ghcr.io/catthehacker/ubuntu:act-latest"
|
||||
steps:
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
- name: Checkout
|
||||
uses: 'https://git.euph.dev/actions/checkout@v4'
|
||||
- name: Set up QEMU
|
||||
uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3'
|
||||
- name: Setup Buildx
|
||||
|
|
Loading…
Reference in a new issue