Remove errant sudo
This commit is contained in:
parent
9fdc969fa2
commit
1c5a929357
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ set -e
|
|||
cd "$(dirname "$0")"
|
||||
|
||||
DATE_TAG=$(date "+%Y%m%d-%H%M%S")
|
||||
CURRENT_IMAGE_ID=$(sudo podman images --format "{{.ID}}" cremin.dev/jonathan/ublue-silverblue-main:42)
|
||||
CURRENT_IMAGE_ID=$(podman images --format "{{.ID}}" cremin.dev/jonathan/ublue-silverblue-main:42)
|
||||
|
||||
|
||||
echo "Pulling base image"
|
||||
|
@ -16,7 +16,7 @@ podman pull ghcr.io/ublue-os/silverblue-main:42
|
|||
echo "Starting build"
|
||||
podman build -t cremin.dev/jonathan/ublue-silverblue-main:42 .
|
||||
|
||||
NEW_IMAGE_ID=$(sudo podman images --format "{{.ID}}" cremin.dev/jonathan/ublue-silverblue-main:42)
|
||||
NEW_IMAGE_ID=$(podman images --format "{{.ID}}" cremin.dev/jonathan/ublue-silverblue-main:42)
|
||||
|
||||
|
||||
# Start build and check if any layers were changed (looking for "Using cache" messages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue