Scripts/build_docker.sh
JFronny f7dedaeaff
Some checks failed
ci/woodpecker/push/gradle Pipeline was successful
ci/woodpecker/push/pages Pipeline failed
chore(docker): update to JDK 22
2024-06-22 22:44:30 +02:00

3 lines
145 B
Bash

#!/bin/bash
dir="$(dirname "$0")"
docker buildx build --push -f "$dir/docker/ci-wine.Dockerfile" -t git.frohnmeyer-wds.de/johannes/ci-wine "$dir"