feat: Added Ubuntu's and tags versions
All checks were successful
Update Traefik Version / update-version (pull_request) Successful in 3m27s
All checks were successful
Update Traefik Version / update-version (pull_request) Successful in 3m27s
This commit is contained in:
@@ -25,6 +25,22 @@ platforms:
|
||||
systemd: always
|
||||
command: /usr/sbin/init
|
||||
|
||||
- name: ubuntu-latest
|
||||
image: docker.io/library/ubuntu:latest
|
||||
pre_build_image: false
|
||||
dockerfile: Dockerfile
|
||||
privileged: true
|
||||
systemd: always
|
||||
command: /usr/sbin/init
|
||||
|
||||
- name: ubuntu-jammy
|
||||
image: docker.io/library/ubuntu:jammy
|
||||
pre_build_image: false
|
||||
dockerfile: Dockerfile
|
||||
privileged: true
|
||||
systemd: always
|
||||
command: /usr/sbin/init
|
||||
|
||||
provisioner:
|
||||
name: ansible
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user