dev-v0.7.x #21

Merged
alpha-nerd merged 6 commits from dev-v0.7.x into main 2026-04-08 14:01:55 +02:00
Showing only changes of commit f364a2d123 - Show all commits

View file

@ -15,11 +15,10 @@ on:
- "v*.*.*"
workflow_dispatch:
env:
REGISTRY: bitfreedom.net
IMAGE_NAME: ${{ github.repository }}
DOCKER_BUILD_SUMMARY: "false"
env:
REGISTRY: bitfreedom.net
IMAGE_NAME: ${{ github.repository }}
DOCKER_BUILD_SUMMARY: "false"
jobs:
build:
@ -88,8 +87,8 @@ jobs:
build-args: |
SEMANTIC_CACHE=true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:semantic-platform-${{ matrix.arch }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:semantic-buildcache-${{ matrix.arch }}
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:semantic-buildcache-${{ matrix.arch }},mode=max,registry=${{ env.REGISTRY }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache-semantic-${{ matrix.arch }}
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache-semantic-${{ matrix.arch }},mode=max
merge:
runs-on: docker-amd64