Skip to content

Commit

Permalink
fixed the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Jul 19, 2023
1 parent e7c95ed commit c330e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c330e9e

Please sign in to comment.