set correct baseimage when testing packages

This commit is contained in:
Wolfgang
2023-10-08 22:32:20 +00:00
parent 01a97f82da
commit 3a9bcc72ee

View File

@@ -48,7 +48,7 @@ jobs:
echo "DEB_VERSION_UPSTREAM=$(dpkg --info packages/proxmox-backup-server_*.deb | sed -n '/Version/ s/[^:]\+: \([0-9.]\+\)-[0-9]/\1/p')" >> $GITHUB_ENV
- name: Test packages
run: |
docker buildx build --platform linux/arm64 -f .github/Dockerfile.installtest .
docker buildx build --build-arg baseimage=${baseimage} --platform linux/arm64 -f .github/Dockerfile.installtest .
- name: Release packages
uses: ncipollo/release-action@v1
with: