diff --git a/autobuild.sh b/autobuild.sh index dc512ce..535c2fc 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -5,6 +5,8 @@ BASE_IMAGE="registry.opensuse.org/opensuse/tumbleweed" TARGET_REPO="git.rre.nu/jonas/" PACKAGE_NAME="dnsmasq" +git pull + echo "Pulling latest tumbleweed" podman pull "${BASE_IMAGE}:latest"