mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 05:35:41 -04:00
ci: edit buildx installation parameters
This commit is contained in:
26
.github/workflows/deploy-docker-gitea.yml
vendored
26
.github/workflows/deploy-docker-gitea.yml
vendored
@@ -571,19 +571,6 @@ jobs:
|
|||||||
id: task_release_gi_qemu
|
id: task_release_gi_qemu
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
# #
|
|
||||||
# Release › Gitea › Setup BuildX › Amd64
|
|
||||||
# #
|
|
||||||
|
|
||||||
- name: '⚙️ Setup Buildx'
|
|
||||||
id: task_release_gi_buildx
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
with:
|
|
||||||
version: latest
|
|
||||||
driver-opts: 'image=moby/buildkit:latest'
|
|
||||||
driver: docker
|
|
||||||
buildkitd-flags: --allow-insecure-entitlement network.host
|
|
||||||
|
|
||||||
# #
|
# #
|
||||||
# Required to fix insecure SSL error with docker buildx
|
# Required to fix insecure SSL error with docker buildx
|
||||||
# #
|
# #
|
||||||
@@ -610,6 +597,19 @@ jobs:
|
|||||||
- name: '⚙️ Check Docker Daemon Configuration'
|
- name: '⚙️ Check Docker Daemon Configuration'
|
||||||
run: cat /etc/docker/daemon.json
|
run: cat /etc/docker/daemon.json
|
||||||
|
|
||||||
|
# #
|
||||||
|
# Release › Gitea › Setup BuildX › Amd64
|
||||||
|
# #
|
||||||
|
|
||||||
|
- name: '⚙️ Setup Buildx'
|
||||||
|
id: task_release_gi_buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
|
driver-opts: 'image=moby/buildkit:latest'
|
||||||
|
install: true
|
||||||
|
use: true
|
||||||
|
|
||||||
# #
|
# #
|
||||||
# Release › Gitea › Registry Login › Amd64
|
# Release › Gitea › Registry Login › Amd64
|
||||||
# #
|
# #
|
||||||
|
|||||||
Reference in New Issue
Block a user