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:
|
matrix:
|
||||||
arch: [ amd64, arm64 ]
|
arch: [ amd64, arm64 ]
|
||||||
runs-on: ${{ matrix.arch }}
|
runs-on: ${{ matrix.arch }}
|
||||||
|
container:
|
||||||
|
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Source Code
|
- name: Checkout Source Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -46,12 +48,6 @@ jobs:
|
||||||
name: Create and Publish Multi-Arch Manifest
|
name: Create and Publish Multi-Arch Manifest
|
||||||
needs: build-and-push
|
needs: build-and-push
|
||||||
runs-on: amd64
|
runs-on: amd64
|
||||||
services:
|
|
||||||
dind:
|
|
||||||
image: docker:dind
|
|
||||||
privileged: true
|
|
||||||
env:
|
|
||||||
DOCKER_HOST: tcp://dind:2375
|
|
||||||
steps:
|
steps:
|
||||||
- name: Wait for Docker Daemon
|
- name: Wait for Docker Daemon
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue