From 52d8aaa5efb8a993c075c6d839a2998fb3c8ee08 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:17:16 +0200 Subject: [PATCH] test --- .github/workflows/docker_bullseye_unified.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker_bullseye_unified.yml b/.github/workflows/docker_bullseye_unified.yml index 7eb5c0022..9079c290b 100644 --- a/.github/workflows/docker_bullseye_unified.yml +++ b/.github/workflows/docker_bullseye_unified.yml @@ -50,7 +50,7 @@ jobs: file: ./ci/Dockerfile.bullseye.test_install_unified.armv7 target: test platforms: linux/arm/v7 - tags: ${{ env.DOCKER_IMAGE_NAME }}-test-base:cache + tags: local/${{ env.DOCKER_IMAGE_NAME }}-test-base:cache cache-from: type=gha,scope=${{ env.CACHE_SCOPE }} cache-to: type=gha,mode=max,scope=${{ env.CACHE_SCOPE }} build-args: | @@ -61,7 +61,7 @@ jobs: - id: get-image-name run: | - imageName=${{ env.DOCKER_IMAGE_NAME }}-test-update:cache + imageName=local/${{ env.DOCKER_IMAGE_NAME }}-test-update:cache echo "::set-output name=image_name::$imageName" - name: Build Bullseye ARMv7 - Update @@ -78,7 +78,7 @@ jobs: cache-from: type=gha,scope=${{ env.CACHE_SCOPE }} outputs: type=docker,dest=${{ env._PATH_DOCKER_IMAGE_TAR }} build-args: | - BASE_IMAGE_UPDATE=${{ env.DOCKER_IMAGE_NAME }}-test-base:cache + BASE_IMAGE_UPDATE=local/${{ env.DOCKER_IMAGE_NAME }}-test-base:cache - run: docker image ls