ci: build amd64 and arm64 image on the correct runner #4

Merged
t.behrendt merged 5 commits from ci-parallel-multi-arch-build into main 2025-01-07 19:02:48 +01:00
Showing only changes of commit 4fe2524652 - Show all commits

View File

@@ -4,7 +4,6 @@ on:
push: push:
branches: branches:
- main - main
pull_request:
env: env:
DOCKER_REGISTRY: gitea.t000-n.de DOCKER_REGISTRY: gitea.t000-n.de
@@ -66,7 +65,7 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platform: linux/${{ matrix.arch }} platform: linux/${{ matrix.arch }}
push: false push: true
tags: | tags: |
${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} ${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:latest ${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:latest