ghcr.io/catthehacker/ubuntu:act-22.04
This commit is contained in:
parent
3ba94c94f1
commit
a619bd07eb
1 changed files with 2 additions and 6 deletions
|
|
@ -19,6 +19,8 @@ jobs:
|
|||
matrix:
|
||||
arch: [ amd64, arm64 ]
|
||||
runs-on: ${{ matrix.arch }}
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
steps:
|
||||
- name: Checkout Source Code
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -46,12 +48,6 @@ jobs:
|
|||
name: Create and Publish Multi-Arch Manifest
|
||||
needs: build-and-push
|
||||
runs-on: amd64
|
||||
services:
|
||||
dind:
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
env:
|
||||
DOCKER_HOST: tcp://dind:2375
|
||||
steps:
|
||||
- name: Wait for Docker Daemon
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue