Skip to content

Commit

Permalink
Merge pull request #1294 from akto-api-security/hotfix/remove_mini-ru…
Browse files Browse the repository at this point in the history
…ntime

remove mini-runtime
  • Loading branch information
notshivansh authored Jul 20, 2024
2 parents fcc041e + 04306c9 commit 631d601
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ jobs:
cd ../internal
docker buildx build --platform linux/arm64/v8,linux/amd64 -t $ECR_REGISTRY/akto-internal:$IMAGE_TAG_1 -t $ECR_REGISTRY/akto-internal:$IMAGE_TAG_2 . --push
echo "::set-output name=image::$ECR_REGISTRY/akto-internal:$IMAGE_TAG"
cd ../mini-runtime
docker buildx build --platform linux/arm64/v8,linux/amd64 -t $ECR_REGISTRY/mini-runtime:$IMAGE_TAG_1 -t $ECR_REGISTRY/mini-runtime:$IMAGE_TAG_2 . --push
echo "::set-output name=image::$ECR_REGISTRY/mini-runtime:$IMAGE_TAG"
- name: Push git tag
id: tag_version
uses: mathieudutour/[email protected]
Expand Down

0 comments on commit 631d601

Please sign in to comment.