File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545 build-push-image :
4646 if : ${{ github.event_name == 'push' }}
4747 name : Build deploy image and push to registry
48- uses : infinum/devops-pipelines/.github/workflows/docker-build-push.yml@v1.12.16
48+ uses : infinum/devops-pipelines/.github/workflows/docker-build-push.yml@v2.1.2
4949 needs : context
5050 with :
5151 environment : ${{ inputs.environment }}
5959 build-push-image-manual :
6060 if : ${{ github.event_name == 'workflow_dispatch' }}
6161 name : Run on workflow dispatch
62- uses : infinum/devops-pipelines/.github/workflows/docker-build-push.yml@v1.12.16
62+ uses : infinum/devops-pipelines/.github/workflows/docker-build-push.yml@v2.1.2
6363 needs : context
6464 with :
6565 environment : ${{ inputs.environment }}
7272 deploy-image :
7373 if : ${{ github.event_name == 'push' }}
7474 name : Deploy backend
75- uses : infinum/devops-pipelines/.github/workflows/deploy-ecs-task-definition.yml@v1.12.16
75+ uses : infinum/devops-pipelines/.github/workflows/deploy-ecs-task-definition.yml@v2.1.2
7676 needs : [context, build-push-image]
7777 with :
7878 image_uri : ${{ needs.context.outputs.aws_ecr_uri }}:${{ github.sha }}
8787 deploy-image-manual :
8888 if : ${{ github.event_name == 'workflow_dispatch' }}
8989 name : Deploy backend
90- uses : infinum/devops-pipelines/.github/workflows/deploy-ecs-task-definition.yml@v1.12.16
90+ uses : infinum/devops-pipelines/.github/workflows/deploy-ecs-task-definition.yml@v2.1.2
9191 needs : [context, build-push-image-manual]
9292 with :
9393 image_uri : ${{ needs.context.outputs.aws_ecr_uri }}:${{ inputs.custom_tag }}
You can’t perform that action at this time.
0 commit comments