File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 with :
135135 file : Dockerfile-kubernetes
136136 push : true
137- tags : ${{ steps.process_release_version.outputs.version }}
137+ tags : public.ecr.aws/w9p6e7k7/supabase/postgres-v3: ${{ steps.process_release_version.outputs.version }}
138138 platforms : linux/arm64
139139 context : .
140140
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:3.21
22
33ADD ./output-cloudimg/packer-cloudimg /disk/focal.qcow2
44
5- RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh nftables cloud-utils-localds aavmf
5+ RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client nftables cloud-utils-localds aavmf
66# dev stuff
77# RUN apk add --no-cache iproute2
88
You can’t perform that action at this time.
0 commit comments