Skip to content

Commit

Permalink
updated fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
  • Loading branch information
varshith257 committed May 2, 2024
1 parent 33ae1ed commit db28f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-crossdock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
- name: Build, test, and publish crossdock image
run: bash scripts/build-crossdock.sh
env:
DOCKER_BUILDKIT: 1
DOCKER_DEFAULT_PLATFORM: linux/arm64
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}
TARGETARCH: linux/arm64

- name: Output crossdock logs
run: make crossdock-logs
if: ${{ failure() }}
git

0 comments on commit db28f26

Please sign in to comment.