Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ph committed Sep 17, 2024
1 parent e467d23 commit 6dfbf06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
ECR_REPOSITORY: mamip-ecr-${{ env.env }}
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t mamip-image ./automation/
docker buildx build --platform=linux/arm64 -t mamip-image ./automation/
docker tag mamip-image $ECR_REGISTRY/$ECR_REPOSITORY
docker push $ECR_REGISTRY/$ECR_REPOSITORY
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "[Prod] MAMIP - Infrastructure GitHub Actions"

on:
workflow_dispatch:
push:
tags-ignore:
- "*.*"
Expand Down

0 comments on commit 6dfbf06

Please sign in to comment.