Skip to content

Commit

Permalink
naive correct to handlebar usage
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Aug 31, 2024
1 parent 6b1ffa2 commit 3e2a2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platform: ${{ format('linux/{0}', matrix.platform }}
platform: linux/${{ matrix.platform }}
context: "{{defaultContext}}:docker/baseos/gcc1120"
push: true
tags: ngeetropics/baseos:testbuild-${{ matrix.platform }}

0 comments on commit 3e2a2fd

Please sign in to comment.