Merge pull request 'dev-v0.7.x' (#17) from dev-v0.7.x into main
Some checks failed
Build and Publish Docker Image (Semantic Cache) / build (amd64, linux/amd64, docker-amd64) (push) Successful in 2m0s
Build and Publish Docker Image / build (amd64, linux/amd64, docker-amd64) (push) Failing after 58s
Build and Publish Docker Image (Semantic Cache) / build (arm64, linux/arm64, docker-arm64) (push) Successful in 13m15s
Build and Publish Docker Image (Semantic Cache) / merge (push) Successful in 47s
Build and Publish Docker Image / build (arm64, linux/arm64, docker-arm64) (push) Successful in 11m33s
Build and Publish Docker Image / merge (push) Has been skipped

Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo-router/pulls/17
This commit is contained in:
Alpha Nerd 2026-04-05 19:02:01 +02:00
commit bf41902f31
2 changed files with 6 additions and 4 deletions

View file

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

View file

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