Update deploy.yml - always use debian_mini in the deploy

This commit is contained in:
Buzz 2024-08-22 10:51:39 +10:00 committed by GitHub
parent c5a9e6c5e9
commit ead581866b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,8 @@ jobs:
- run: sudo mkdir -p $DEPLOY_DIR
# Build the i386 Dockerfile image.
- run: docker build . --tag $TAG --file ${{ github.event.inputs.DOCKERFILE_PATH }} --platform=i386
#- run: docker build . --tag $TAG --file ${{ github.event.inputs.DOCKERFILE_PATH }} --platform=i386
- run: docker build . --tag $TAG --file dockerfiles/debian_mini --platform=i386
# Run the docker image so that we can export the container.
# Run the Docker container with the Google Public DNS nameservers: 8.8.8.8, 8.8.4.4