Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 14, 2023
1 parent f2fb220 commit 72e0d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_bullseye_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
push: false
file: ./ci/Dockerfile.bullseye.test_install.armv7
platforms: linux/arm/v7
tags: ${{ env.DOCKER_IMAGE_NAME }}:cache
tags: local/${{ env.DOCKER_IMAGE_NAME }}:cache
cache-from: type=gha,scope=${{ github.ref_name }}-upload
cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-upload
outputs: type=docker,dest=${{ env.TEMP_DOCKER_PATH }}${{ env.DOCKER_IMAGE_NAME }}.tar
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Run ${{ matrix.test_Script }} Bullseye ARMv7
uses: tj-actions/docker-run@v2
with:
image: ${{ env.DOCKER_IMAGE_NAME }}:cache
image: local/${{ env.DOCKER_IMAGE_NAME }}:cache
options: --platform linux/arm/v7
name: ${{ matrix.test_Script }}
args: |
Expand Down

0 comments on commit 72e0d99

Please sign in to comment.