Skip to content

Commit 45a2f3e

Browse files
committed
fix: correct tag
1 parent 1b23658 commit 45a2f3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile-kubernetes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.21
22

33
ADD ./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

0 commit comments

Comments
 (0)