Skip to content

Commit 24db762

Browse files
committed
fix(docker): Publish tags to Github Registry as well
1 parent 4feb420 commit 24db762

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
id: buildx
5959
uses: docker/setup-buildx-action@v3
6060
with:
61-
platforms: linux/arm64,linux/amd64,linux/arm/v7
61+
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
6262

6363
- name: Login to DockerHub
6464
uses: docker/login-action@v3
@@ -83,3 +83,6 @@ jobs:
8383
${{ github.repository }}:v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}.${{needs.release_please.outputs.patch}}
8484
${{ github.repository }}:v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}
8585
${{ github.repository }}:v${{needs.release_please.outputs.major}}
86+
ghcr.io/${{ github.repository }}:v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}.${{needs.release_please.outputs.patch}}
87+
ghcr.io/${{ github.repository }}:v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}
88+
ghcr.io/${{ github.repository }}:v${{needs.release_please.outputs.major}}

0 commit comments

Comments
 (0)