ci: general maintenance #126

Merged
t.behrendt merged 4 commits from ci-add-dependency-cache into main 2026-05-31 11:14:10 +02:00
Showing only changes of commit ff823cd098 - Show all commits
+2 -3
View File
@@ -41,7 +41,7 @@ jobs:
name: Build and push
strategy:
matrix:
arch: [amd64, arm64]
arch: [amd64]
needs:
- test
runs-on:
@@ -129,7 +129,6 @@ jobs:
- name: Create manifest
run: |
docker manifest create ${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ needs.create_tag.outputs.tag }} \
${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}-amd64 \
${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}-arm64
${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}-amd64
docker manifest push ${{ env.DOCKER_REGISTRY }}/t.behrendt/${{ steps.meta.outputs.REPO_NAME }}:${{ needs.create_tag.outputs.tag }}