Commit f66bc85 1 parent 3f9051e commit f66bc85 Copy full SHA for f66bc85
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
file : ./docker/oracle-observer/Dockerfile
101
101
platforms : linux/amd64
102
102
push : false
103
- tags : hmpps-delius-operational-automation:${{ github.sha }}
103
+ tags : hmpps-delius-operational-automation-oracle-observer :${{ github.sha }}
104
104
cache-from : type=gha
105
105
cache-to : type=gha,mode=max
106
106
outputs : type=docker,dest=/tmp/oracle-observer-image.tar
@@ -194,7 +194,9 @@ jobs:
194
194
path : /tmp
195
195
196
196
- name : Load and retag image for publish
197
- run : docker tag /tmp/oracle-observer-image.tar 374269020027.dkr.ecr.eu-west-2.amazonaws.com/delius-core-oracle-observer:${{ github.run_id }}-${{ github.run_attempt }}
197
+ run : |
198
+ docker load --input /tmp/oracle-observer-image.tar
199
+ docker tag delius-core-oracle-observer:${{ github.sha }} 374269020027.dkr.ecr.eu-west-2.amazonaws.com/delius-core-oracle-observer:${{ github.run_id }}-${{ github.run_attempt }}
198
200
199
201
- name : Login to ECR
200
202
run : aws ecr get-login-password --region eu-west-2 | docker login --username AWS --password-stdin 374269020027.dkr.ecr.eu-west-2.amazonaws.com
You can’t perform that action at this time.
0 commit comments