Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-full-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
file: Dockerfile
push: true
platforms: linux/amd64
provenance: false
tags: |
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.VERSION }}-amd64
ghcr.io/${{ github.repository }}:latest-amd64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-full-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
file: Dockerfile
push: true
platforms: linux/arm64
provenance: false
tags: |
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.VERSION }}-arm64
ghcr.io/${{ github.repository }}:latest-arm64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-proxy-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
file: Dockerfile.proxy_only
push: true
platforms: linux/amd64
provenance: false
tags: |
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.VERSION }}-proxy-amd64
ghcr.io/${{ github.repository }}:latest-proxy-amd64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-proxy-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
file: Dockerfile.proxy_only
push: true
platforms: linux/arm64
provenance: false
tags: |
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.VERSION }}-proxy-arm64
ghcr.io/${{ github.repository }}:latest-proxy-arm64
Expand Down