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:
134
134
with :
135
135
file : Dockerfile-kubernetes
136
136
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 }}
138
138
platforms : linux/arm64
139
139
context : .
140
140
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:3.21
2
2
3
3
ADD ./output-cloudimg/packer-cloudimg /disk/focal.qcow2
4
4
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
6
6
# dev stuff
7
7
# RUN apk add --no-cache iproute2
8
8
You can’t perform that action at this time.
0 commit comments