Skip to content

Commit

Permalink
Merge pull request #1929 from akto-api-security/feature_set_custom_en…
Browse files Browse the repository at this point in the history
…v_type

modify prod yml
  • Loading branch information
ayushaga14 authored Jan 7, 2025
2 parents 15c0915 + b9cb399 commit 37ba1f4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,20 +141,6 @@ jobs:
mask-password: 'true'
registry-type: public

- name: Build, tag, and push docker image to Amazon ECR
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: akto-api-security
REGISTRY_ALIAS: p7q3h0z2
IMAGE_TAG: local
IMAGE_TAG2: latest
run: |
docker buildx create --use
# Build a docker container and push it to DockerHub
cd apps/api-threat-detection
docker buildx build --platform linux/arm64/v8,linux/amd64 -t $ECR_REGISTRY/$REGISTRY_ALIAS/akto-api-protection:$IMAGE_TAG -t $ECR_REGISTRY/$REGISTRY_ALIAS/akto-api-protection:$IMAGE_TAG2 . --push
echo "::set-output name=image::$ECR_REGISTRY/akto-api-protection:$IMAGE_TAG"
- name: Push git tag
id: tag_version
uses: mathieudutour/[email protected]
Expand Down

0 comments on commit 37ba1f4

Please sign in to comment.