Update main.yml

This commit is contained in:
qiaofeng1227 2023-04-09 08:44:18 +08:00 committed by GitHub
parent 3b4164df31
commit fed940f7b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,5 +21,6 @@
- name: Output all containers version - name: Output all containers version
shell: | shell: |
wget -O /tmp/containers_version.sh https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/containers_version.sh wget -O /tmp/containers_version.sh https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/containers_version.sh
chmod +x /tmp/containers_version.sh
bash /tmp/containers_version.sh bash /tmp/containers_version.sh
rm -f /tmp/containers_version.sh rm -f /tmp/containers_version.sh