File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2424 VERSION_LABEL=$(grep 'org.opencontainers.image.version' ./Dockerfile | cut -d '"' -f 2)
2525 echo "VERSION=$VERSION_LABEL" >> $GITHUB_OUTPUT
2626
27+ - name : Set up QEMU
28+ uses : docker/setup-qemu-action@v3
29+
2730 - name : Set up Docker Buildx
2831 uses : docker/setup-buildx-action@v3
2932
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="postgis-vector" \
1010 org.opencontainers.image.description="postgresql+postgis container with pgvector added" \
1111 org.opencontainers.image.vendor="Payload" \
1212 org.opencontainers.image.authors=
"Payload <[email protected] >" \
13- org.opencontainers.image.version="17-6 .0" \
13+ org.opencontainers.image.version="17-7 .0" \
1414 org.opencontainers.image.licenses="MIT" \
1515 org.opencontainers.image.url="https://github.com/payloadcms/postgis-vector" \
1616 org.opencontainers.image.source="https://github.com/payloadcms/postgis-vector"
You can’t perform that action at this time.
0 commit comments