Add platform specification for Docker builds

This commit is contained in:
clsferguson 2025-09-10 21:38:58 -06:00 committed by GitHub
parent f5e15d6ec8
commit 7decaccfcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,6 +128,7 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64
push: true push: true
tags: | tags: |
${{ env.IMAGE_NAME }}:${{ needs.check-upstream.outputs.new_version }} ${{ env.IMAGE_NAME }}:${{ needs.check-upstream.outputs.new_version }}
@ -202,6 +203,7 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64
push: true push: true
tags: | tags: |
${{ env.IMAGE_NAME }}:${{ needs.check-upstream.outputs.new_version }} ${{ env.IMAGE_NAME }}:${{ needs.check-upstream.outputs.new_version }}