From c330e9ee018f4980f70a5cdbe47a0df099cd9a96 Mon Sep 17 00:00:00 2001 From: yair Date: Wed, 19 Jul 2023 14:00:12 +0300 Subject: [PATCH] fixed the workflow --- .github/workflows/release-integrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-integrations.yml b/.github/workflows/release-integrations.yml index 6ec9df46a5..84494ca6f4 100644 --- a/.github/workflows/release-integrations.yml +++ b/.github/workflows/release-integrations.yml @@ -41,7 +41,7 @@ jobs: echo "Image already exists in $repository: port-ocean-$type:$version" else echo "Building and pushing new image: port-ocean-$type:$version" - docker build -t "ghcr.io/port-labs/port-ocean-$type:$version" -t "ghcr.io/port-labs/port-ocean-$type:latest" "$folder" + docker build -t "ghcr.io/port-labs/port-ocean-$type:$version" -t "ghcr.io/port-labs/port-ocean-$type:latest" "$folder/.." docker push "ghcr.io/port-labs/port-ocean-$type" --all-tags fi done