2 parents 95bff35 + 6f7f643 commit c88c96bCopy full SHA for c88c96b
1 file changed
.github/workflows/container-production.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Build image
40
run: docker buildx build --platform linux/arm64 -f Production.dockerfile -t ${{ github.repository }}:latest .
41
- name: Publish Image
42
- uses: guardian/actions-publish-image@v0.0.7
+ uses: guardian/actions-publish-image@v0.0.8
43
id: publish-image
44
with:
45
roleArn: ${{ secrets.GU_ARTIFACTS_ROLE_ARN }}
0 commit comments