From 1b267391dc737227ab8cddc8fd6c409fbf9db031 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:22:48 +0200 Subject: [PATCH] test localhost --- .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 9079c290b..b5f063c6c 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: local/${{ env.DOCKER_IMAGE_NAME }}-test-base:cache + tags: localhost/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=local/${{ env.DOCKER_IMAGE_NAME }}-test-update:cache + imageName=localhost/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=local/${{ env.DOCKER_IMAGE_NAME }}-test-base:cache + BASE_IMAGE_UPDATE=localhost/local/${{ env.DOCKER_IMAGE_NAME }}-test-base:cache - run: docker image ls