dev-v0.7.x #17

Merged
alpha-nerd merged 2 commits from dev-v0.7.x into main 2026-04-05 19:02:02 +02:00
2 changed files with 6 additions and 4 deletions

View file

@ -19,6 +19,7 @@ env:
REGISTRY: bitfreedom.net
IMAGE_NAME: ${{ github.repository }}
CACHE_IMAGE: ${{ github.repository }}-buildcache
DOCKER_BUILD_SUMMARY: "false"
jobs:
build:
@ -142,5 +143,5 @@ jobs:
run: |
docker buildx imagetools create \
$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
${{ env.REGISTRY }}/${{ env.CACHE_IMAGE }}:run-${{ github.run_id }}-semantic-amd64 \
${{ env.REGISTRY }}/${{ env.CACHE_IMAGE }}:run-${{ github.run_id }}-semantic-arm64
${{ env.REGISTRY }}/${{ env.CACHE_IMAGE }}:platform-semantic-amd64 \
${{ env.REGISTRY }}/${{ env.CACHE_IMAGE }}:platform-semantic-arm64

View file

@ -12,6 +12,7 @@ env:
REGISTRY: bitfreedom.net
IMAGE_NAME: ${{ github.repository }}
CACHE_IMAGE: ${{ github.repository }}-buildcache
DOCKER_BUILD_SUMMARY: "false"
jobs:
build:
@ -133,5 +134,5 @@ jobs:
run: |
docker buildx imagetools create \
$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
${{ env.REGISTRY }}/${{ env.CACHE_IMAGE }}:run-${{ github.run_id }}-amd64 \
${{ env.REGISTRY }}/${{ env.CACHE_IMAGE }}:run-${{ github.run_id }}-arm64
${{ env.REGISTRY }}/${{ env.CACHE_IMAGE }}:platform-amd64 \
${{ env.REGISTRY }}/${{ env.CACHE_IMAGE }}:platform-arm64