diff --git a/.github/workflows/.container.template.j2 b/.github/workflows/.container.template.j2 index 74078ce..9580958 100644 --- a/.github/workflows/.container.template.j2 +++ b/.github/workflows/.container.template.j2 @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/almalinux-containers.yml b/.github/workflows/almalinux-containers.yml index a4061f8..f78a98c 100644 --- a/.github/workflows/almalinux-containers.yml +++ b/.github/workflows/almalinux-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/amazonlinux-containers.yml b/.github/workflows/amazonlinux-containers.yml index 709051c..8272178 100644 --- a/.github/workflows/amazonlinux-containers.yml +++ b/.github/workflows/amazonlinux-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/archlinux-containers.yml b/.github/workflows/archlinux-containers.yml index 0c3b7fb..0d25f1c 100644 --- a/.github/workflows/archlinux-containers.yml +++ b/.github/workflows/archlinux-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/busybox-containers.yml b/.github/workflows/busybox-containers.yml index 242b900..6c1ce6d 100644 --- a/.github/workflows/busybox-containers.yml +++ b/.github/workflows/busybox-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/centos-containers.yml b/.github/workflows/centos-containers.yml index e994e22..3db8c0e 100644 --- a/.github/workflows/centos-containers.yml +++ b/.github/workflows/centos-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/centos-stream-containers.yml b/.github/workflows/centos-stream-containers.yml index d318c70..498dcf2 100644 --- a/.github/workflows/centos-stream-containers.yml +++ b/.github/workflows/centos-stream-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/consul-containers.yml b/.github/workflows/consul-containers.yml index 687d051..d2dc48d 100644 --- a/.github/workflows/consul-containers.yml +++ b/.github/workflows/consul-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/debian-containers.yml b/.github/workflows/debian-containers.yml index 8e0c192..b2d1a95 100644 --- a/.github/workflows/debian-containers.yml +++ b/.github/workflows/debian-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/etcd-v2-containers.yml b/.github/workflows/etcd-v2-containers.yml index 329dadd..fff10d1 100644 --- a/.github/workflows/etcd-v2-containers.yml +++ b/.github/workflows/etcd-v2-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/etcd-v3-containers.yml b/.github/workflows/etcd-v3-containers.yml index 293edfa..dd13327 100644 --- a/.github/workflows/etcd-v3-containers.yml +++ b/.github/workflows/etcd-v3-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/fedora-containers.yml b/.github/workflows/fedora-containers.yml index c35e863..023f0c4 100644 --- a/.github/workflows/fedora-containers.yml +++ b/.github/workflows/fedora-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/mariadb-containers.yml b/.github/workflows/mariadb-containers.yml index ee5f509..fccfa5d 100644 --- a/.github/workflows/mariadb-containers.yml +++ b/.github/workflows/mariadb-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/mysql-server-containers.yml b/.github/workflows/mysql-server-containers.yml index ad7f686..b2d0909 100644 --- a/.github/workflows/mysql-server-containers.yml +++ b/.github/workflows/mysql-server-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/openldap-minion-containers.yml b/.github/workflows/openldap-minion-containers.yml index 2a923a7..99b6a33 100644 --- a/.github/workflows/openldap-minion-containers.yml +++ b/.github/workflows/openldap-minion-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/opensuse-containers.yml b/.github/workflows/opensuse-containers.yml index edc2027..b1bfe83 100644 --- a/.github/workflows/opensuse-containers.yml +++ b/.github/workflows/opensuse-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/packaging-containers.yml b/.github/workflows/packaging-containers.yml index 219f189..5d6697d 100644 --- a/.github/workflows/packaging-containers.yml +++ b/.github/workflows/packaging-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/percona-containers.yml b/.github/workflows/percona-containers.yml index 36b55a7..445c039 100644 --- a/.github/workflows/percona-containers.yml +++ b/.github/workflows/percona-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/photon-containers.yml b/.github/workflows/photon-containers.yml index 2f52c8e..3259b87 100644 --- a/.github/workflows/photon-containers.yml +++ b/.github/workflows/photon-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/python-containers.yml b/.github/workflows/python-containers.yml index 8da759e..684e9df 100644 --- a/.github/workflows/python-containers.yml +++ b/.github/workflows/python-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/rabbitmq-containers.yml b/.github/workflows/rabbitmq-containers.yml index 7a20181..ffb87ba 100644 --- a/.github/workflows/rabbitmq-containers.yml +++ b/.github/workflows/rabbitmq-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/redis-containers.yml b/.github/workflows/redis-containers.yml index 55865f2..1abf806 100644 --- a/.github/workflows/redis-containers.yml +++ b/.github/workflows/redis-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/salt-containers.yml b/.github/workflows/salt-containers.yml index 09e4b75..90aae24 100644 --- a/.github/workflows/salt-containers.yml +++ b/.github/workflows/salt-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/salt-gitfs-http-containers.yml b/.github/workflows/salt-gitfs-http-containers.yml index 02a84f2..e7438b0 100644 --- a/.github/workflows/salt-gitfs-http-containers.yml +++ b/.github/workflows/salt-gitfs-http-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/ssh-minion-containers.yml b/.github/workflows/ssh-minion-containers.yml index 6b6dbca..e23f93a 100644 --- a/.github/workflows/ssh-minion-containers.yml +++ b/.github/workflows/ssh-minion-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/tinyproxy-containers.yml b/.github/workflows/tinyproxy-containers.yml index d5af45c..f4342ce 100644 --- a/.github/workflows/tinyproxy-containers.yml +++ b/.github/workflows/tinyproxy-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/ubuntu-containers.yml b/.github/workflows/ubuntu-containers.yml index 0dc5fde..23d000f 100644 --- a/.github/workflows/ubuntu-containers.yml +++ b/.github/workflows/ubuntu-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/vault-containers.yml b/.github/workflows/vault-containers.yml index 6f686fd..8a2b54f 100644 --- a/.github/workflows/vault-containers.yml +++ b/.github/workflows/vault-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/virt-minion-containers.yml b/.github/workflows/virt-minion-containers.yml index e5120b0..deb5e53 100644 --- a/.github/workflows/virt-minion-containers.yml +++ b/.github/workflows/virt-minion-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests diff --git a/.github/workflows/zookeeper-containers.yml b/.github/workflows/zookeeper-containers.yml index 6253bd2..948190b 100644 --- a/.github/workflows/zookeeper-containers.yml +++ b/.github/workflows/zookeeper-containers.yml @@ -196,6 +196,10 @@ jobs: run: | tools --debug --version + - name: Show tools help + run: | + tools --debug --help + - name: Show digests run: | tree -a /tmp/digests