Try without prepare docker
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 6s
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 6s
This commit is contained in:
parent
d2c98bc262
commit
47b56f19cd
1 changed files with 0 additions and 11 deletions
|
@ -29,20 +29,9 @@ jobs:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install docker
|
|
||||||
run: apt update && apt install -y docker.io buildah
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v3
|
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: Generate tags
|
- name: Generate tags
|
||||||
id: generate-tags
|
id: generate-tags
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue