File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 34
34
src : docker.io/supabase/storage-api:${{ inputs.version }}
35
35
dst : |
36
36
public.ecr.aws/supabase/storage-api:${{ inputs.version }}
37
+ public.ecr.aws/supabase/storage-api:latest
37
38
ghcr.io/supabase/storage-api:${{ inputs.version }}
39
+ ghcr.io/supabase/storage-api:latest
Original file line number Diff line number Diff line change 57
57
ghcr.io/supabase/storage-api
58
58
tags : |
59
59
type=raw,value=v${{ needs.release.outputs.version }}
60
+ type=raw,value=latest
60
61
61
62
- uses : docker/setup-qemu-action@v2
62
63
with :
Original file line number Diff line number Diff line change 1
1
# Base stage for shared environment setup
2
- FROM node:20-alpine as base
2
+ FROM node:20-alpine3.20 as base
3
3
RUN apk add --no-cache g++ make python3
4
4
WORKDIR /app
5
5
COPY package.json package-lock.json ./
You can’t perform that action at this time.
0 commit comments