Use same startup as other workflow
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 39s
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 39s
This commit is contained in:
parent
a9a86b601a
commit
357e19e858
1 changed files with 13 additions and 3 deletions
|
@ -29,9 +29,19 @@ jobs:
|
|||
id-token: write
|
||||
|
||||
steps:
|
||||
# Checkout push-to-registry action GitHub repository
|
||||
- name: Checkout Push to Registry action
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: Install docker
|
||||
run: apt update && apt install -y docker.io
|
||||
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: https://github.com/docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: amd64
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
|
||||
- name: Maximize build space
|
||||
uses: https://github.com/ublue-os/remove-unwanted-software@v7
|
||||
|
|
Loading…
Reference in a new issue