Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
itskalvik committed Aug 11, 2024
1 parent a97dab5 commit 3734324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
with:
push: true
files: ./robot-compose.yml
set: target.platform=linux/amd64,linux/arm64
set: *.platform=linux/amd64,linux/arm64
-
name: Build and push sitl container
uses: docker/bake-action@v5
with:
push: true
files: ./sitl-compose.yml
set: target.platform=linux/amd64,linux/arm64
set: *.platform=linux/amd64,linux/arm64

0 comments on commit 3734324

Please sign in to comment.