Skip to content

Commit 0984b29

Browse files
authored
updated tags
1 parent e198a2a commit 0984b29

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build-pocketbase-amd64.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Pocketbase
1+
name: Build Pocketbase AMD64
22
on:
33
pull_request:
44
branches:
@@ -27,8 +27,7 @@ jobs:
2727
with:
2828
images: docker.io/${{ vars.DOCKERHUB_USERNAME }}/pocketbase
2929
tags: |
30-
type=raw,value=latest
31-
type=raw,value=${{ vars.PB_VERSION }}
30+
type=raw,value=${{ vars.PB_VERSION }}-${{ vars.AMD64 }}
3231
-
3332
name: Set up Docker Buildx
3433
uses: docker/setup-buildx-action@v3

.github/workflows/build-pocketbase-arm64.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
with:
2828
images: docker.io/${{ vars.DOCKERHUB_USERNAME }}/pocketbase
2929
tags: |
30-
type=raw,value=latest
31-
type=raw,value=${{ vars.PB_VERSION }}
30+
type=raw,value=${{ vars.PB_VERSION }}-${{ vars.ARM64 }}
3231
-
3332
name: Set up Docker Buildx
3433
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)