From cb4ac029deb465a48bf5a9559dda6afe5d3a0ee7 Mon Sep 17 00:00:00 2001 From: Anca Lita <27920906+ancalita@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:01:32 +0100 Subject: [PATCH] remove target from override flag --- .github/workflows/rasa-sdk-dev-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rasa-sdk-dev-docker-image.yml b/.github/workflows/rasa-sdk-dev-docker-image.yml index 0bbb69a1c..49ffb5f4f 100644 --- a/.github/workflows/rasa-sdk-dev-docker-image.yml +++ b/.github/workflows/rasa-sdk-dev-docker-image.yml @@ -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