Skip to content

Commit f422188

Browse files
committed
Update pipeline versions
1 parent 35951f4 commit f422188

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-staging-ecs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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 }}
@@ -59,7 +59,7 @@ jobs:
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 }}
@@ -72,7 +72,7 @@ jobs:
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 }}
@@ -87,7 +87,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)