Skip to content

Commit bb78741

Browse files
committed
Fixing broken new tester image issue
1 parent 8d52e50 commit bb78741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/stacks/development-and-deployment-tools/buildspecs/integration-tests-buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ phases:
1010
- export AWS_SESSION_TOKEN=$(echo $temp_role | jq -r .Credentials.SessionToken)
1111
- make docker-hub-signin
1212
# - make docker-pull NAME=tester VERSION=latest
13-
# Using digest to handle image arch issue in smoke test stage for no arm terraform image in v1.2.1
13+
# Using previous version digest to handle image arch issue in smoke test stage for no arm terraform image in v1.2.1
1414
- make docker-pull NAME=tester DIGEST=sha256:8c90f5292a78a8ced10b7644b1269174798db2fc92b5d01a7e9dac966e13b88c
1515
- docker tag $(make _docker-get-reg)/tester@sha256:8c90f5292a78a8ced10b7644b1269174798db2fc92b5d01a7e9dac966e13b88c $(make _docker-get-reg)/tester:latest
1616
- |

0 commit comments

Comments
 (0)