Skip to content

Commit

Permalink
Prospective fix for wrong platform tags in docker torizon images
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Mar 27, 2024
1 parent 748c7e6 commit 6563bf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/torizon_demos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.CR_PAT }}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile.torizon-demos
push: ${{ github.event.inputs.push || inputs.push }}
tags: ghcr.io/slint-ui/slint/torizon-demos-${{matrix.target}}${{matrix.base_image_suffix}}:latest
platforms: ${{matrix.image_arch}}
build-args: |
TOOLCHAIN_ARCH=${{matrix.target}}
IMAGE_ARCH=${{matrix.image_arch}}
Expand Down

0 comments on commit 6563bf0

Please sign in to comment.