dump pocketbase version

This commit is contained in:
Andras Bacsai 2023-02-17 12:53:13 +01:00
parent d122af9fed
commit 28d2471b4d
2 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ jobs:
context: others/pocketbase/
platforms: linux/arm64
push: true
tags: coollabsio/pocketbase:0.11.0-arm64
tags: coollabsio/pocketbase:0.12.3-arm64
amd64:
runs-on: ubuntu-latest
steps:
@ -50,7 +50,7 @@ jobs:
context: others/pocketbase/
platforms: linux/amd64
push: true
tags: coollabsio/pocketbase:0.11.0-amd64
tags: coollabsio/pocketbase:0.12.3-amd64
aarch64:
runs-on: [self-hosted, arm64]
steps:
@ -71,7 +71,7 @@ jobs:
context: others/pocketbase/
platforms: linux/aarch64
push: true
tags: coollabsio/pocketbase:0.11.0-aarch64
tags: coollabsio/pocketbase:0.12.3-aarch64
merge-manifest:
runs-on: ubuntu-latest
needs: [amd64, arm64, aarch64]
@ -89,5 +89,5 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Create & publish manifest
run: |
docker manifest create coollabsio/pocketbase:0.11.0 --amend coollabsio/pocketbase:0.11.0-amd64 --amend coollabsio/pocketbase:0.11.0-arm64 --amend coollabsio/pocketbase:0.11.0-aarch64
docker manifest push coollabsio/pocketbase:0.11.0
docker manifest create coollabsio/pocketbase:0.12.3 --amend coollabsio/pocketbase:0.12.3-amd64 --amend coollabsio/pocketbase:0.12.3-arm64 --amend coollabsio/pocketbase:0.12.3-aarch64
docker manifest push coollabsio/pocketbase:0.12.3

View File

@ -1,6 +1,6 @@
FROM alpine:3.17
ARG BUILDARCH
ARG PB_VERSION=0.12.2
ARG BUILDARCH
ARG PB_VERSION=0.12.3
RUN apk add --no-cache \
unzip \
ca-certificates