fix: OCI image doesn't exist, so changed
Some checks failed
Update Traefik Version / update-version (pull_request) Failing after 46s

This commit is contained in:
2026-03-11 09:18:02 -03:00
parent 0ded41f7d0
commit 90b813c2c5

View File

@@ -10,10 +10,11 @@ driver:
platforms: platforms:
- name: instance - name: instance
image: ghcr.io/geerlingguy/docker-debian12-ansible:latest image: docker.io/geerlingguy/docker-debian12-ansible:latest
pre_build_image: true pre_build_image: true
privileged: true privileged: true
systemd: always systemd: always
command: /usr/sbin/init
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw - /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host cgroupns_mode: host