From bc772c85f7869954d4dc96f0d4b78072c25fb01a Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Sat, 29 Apr 2023 14:48:58 +0200 Subject: [PATCH] added git pull --- autobuild.sh | 2 ++ 1 file changed, 2 insertions(+) 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"