Skip to content

Commit

Permalink
fix(docker): Publish tags to Github Registry as well
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 10, 2025
1 parent 4feb420 commit 24db762
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/arm64,linux/amd64,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7

- name: Login to DockerHub
uses: docker/login-action@v3
Expand All @@ -83,3 +83,6 @@ jobs:
${{ github.repository }}:v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}.${{needs.release_please.outputs.patch}}
${{ github.repository }}:v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}
${{ github.repository }}:v${{needs.release_please.outputs.major}}
ghcr.io/${{ github.repository }}:v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}.${{needs.release_please.outputs.patch}}
ghcr.io/${{ github.repository }}:v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}
ghcr.io/${{ github.repository }}:v${{needs.release_please.outputs.major}}

0 comments on commit 24db762

Please sign in to comment.