diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 6e2b6ed7f2..d019a56d92 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -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/github-tag-action@v6.1