Skip to content

Commit

Permalink
remove target from override flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalita committed Jul 9, 2024
1 parent 3f8e6f0 commit cb4ac02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rasa-sdk-dev-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:

- name: Build and push docker image to AWS
run: |
docker buildx bake --set *.platform=linux/amd64,linux/arm64 --set target.default.tags=$REPOSITORY:latest --push
docker buildx bake --set *.platform=linux/amd64,linux/arm64 --set default.tags=$REPOSITORY:latest --push

0 comments on commit cb4ac02

Please sign in to comment.