Skip to content

Commit

Permalink
test localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 16, 2023
1 parent 52d8aaa commit 1b26739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_bullseye_unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 1b26739

Please sign in to comment.