Use same startup as other workflow
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 39s

This commit is contained in:
Florian RICHER 2024-10-11 21:08:17 +02:00
parent a9a86b601a
commit 357e19e858

View file

@ -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