Skip to content

Commit dae7cde

Browse files
committed
feat: [ZN-522] Update awscli pipelines Docker image to latest version
1 parent 02e3ac4 commit dae7cde

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ deploy_to_staging:
162162
stage: deploy
163163
environment: staging
164164
image:
165-
name: tshio/awscli-docker-compose-pipelines:0.0.5
165+
name: tshio/awscli-docker-compose-pipelines:0.0.6
166166
entrypoint: ['']
167167
script:
168168
- npm ci

bitbucket-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ definitions:
44
npm: $HOME/.npm
55
steps:
66
- step: &deploy-s3
7-
image: tshio/awscli-docker-compose-pipelines:0.0.5
7+
image: tshio/awscli-docker-compose-pipelines:0.0.6
88
script:
99
- npm ci
1010
- npm run build

0 commit comments

Comments
 (0)