Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Oct 20, 2023
1 parent 1fbae96 commit eff03ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ jobs:
- name: Push Base to ECR
if: env.BUILD_BASE == '1'
run: |
docker push public.ecr.aws/processmaker/processmaker:${{env.BASE}}
# - name: Push OpenSource Image to ECR
# run: |
# docker push public.ecr.aws/processmaker/processmaker:${{env.IMAGE_TAG}}
docker push public.ecr.aws/processmaker/processmaker:ci-base-php82
docker push public.ecr.aws/processmaker/processmaker:ci-base
- name: Push Enterprise Image to ECR
run: |
docker push public.ecr.aws/processmaker/enterprise:${{env.IMAGE_TAG}}
Expand Down

0 comments on commit eff03ae

Please sign in to comment.