File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 with :
2727 images : ghcr.io/${{ github.repository }}/bitnami-deprecated-nginx
2828 tags : |
29- type=raw,value=bitnami-deprecated-nginx- 1.29.1
30- type=raw,value=bitnami-deprecated-nginx- latest
29+ type=raw,value=1.29.1
30+ type=raw,value=latest
3131
3232 - name : Log in to GitHub Container Registry
3333 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 44
55## Migrate away from bitnami postgres image
66
7+ ## Fix github action deprecation info for nginx
8+
9+ https://github.com/SAP/kubeapps/actions/workflows/release-bitnami-nginx.yml
10+
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ COPY . /app
1212RUN yarn run prettier-check && yarn run ts-compile-check
1313RUN yarn run build
1414
15- FROM bitnami/ nginx:1.27.2
15+ FROM ghcr.io/sap/kubeapps/bitnami-deprecated- nginx:1.29.1
1616COPY --from=build /app/build /app
You can’t perform that action at this time.
0 commit comments