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 45
45
build-push-image :
46
46
if : ${{ github.event_name == 'push' }}
47
47
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
49
49
needs : context
50
50
with :
51
51
environment : ${{ inputs.environment }}
59
59
build-push-image-manual :
60
60
if : ${{ github.event_name == 'workflow_dispatch' }}
61
61
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
63
63
needs : context
64
64
with :
65
65
environment : ${{ inputs.environment }}
72
72
deploy-image :
73
73
if : ${{ github.event_name == 'push' }}
74
74
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
76
76
needs : [context, build-push-image]
77
77
with :
78
78
image_uri : ${{ needs.context.outputs.aws_ecr_uri }}:${{ github.sha }}
87
87
deploy-image-manual :
88
88
if : ${{ github.event_name == 'workflow_dispatch' }}
89
89
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
91
91
needs : [context, build-push-image-manual]
92
92
with :
93
93
image_uri : ${{ needs.context.outputs.aws_ecr_uri }}:${{ inputs.custom_tag }}
You can’t perform that action at this time.
0 commit comments