Skip to content

Commit

Permalink
Fix duplicated namespace key
Browse files Browse the repository at this point in the history
We were pushing to ghcr.io/seagl/ubuntu-server-dev/ubuntu-server-dev.
  • Loading branch information
strugee committed Oct 1, 2024
1 parent 2668972 commit 5f5a6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
set -euo pipefail

./build.sh $1
for i in $(podman images --format='{{.Repository}}:{{.Tag}}' | grep localhost/ubuntu-server-dev | tr '\n' ' ' | sed 's;localhost/;ghcr.io/seagl/ubuntu-server-dev/;g'); do
for i in $(podman images --format='{{.Repository}}:{{.Tag}}' | grep localhost/ubuntu-server-dev | tr '\n' ' ' | sed 's;localhost/;ghcr.io/seagl/;g'); do
podman push ubuntu-server-dev:$1 $i
done

0 comments on commit 5f5a6ab

Please sign in to comment.