Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit fa75c37

Browse files
committed
move to package_versioner
1 parent 0a9ab12 commit fa75c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Get New Package Versions From Image
6262
run: |
6363
docker run --rm --entrypoint /bin/sh -v ${PWD}:/tmp vcxpz/ci-build:ci-build -c '\
64-
apk info -v | sort >/tmp/package_versions.txt'
64+
wget -q -O - https://raw.githubusercontent.com/hydazz/docker-utils/main/docker/package_versioner.sh | bash'
6565
6666
- name: Commit and Push Changes to Github
6767
run: |

0 commit comments

Comments
 (0)