Pass AWS creds to docker build

This commit is contained in:
Alexander Bayandin
2024-06-29 23:43:01 +01:00
parent b7e72e56f8
commit 08da1327c1
2 changed files with 4 additions and 2 deletions

View File

@@ -758,6 +758,8 @@ jobs:
GIT_VERSION=${{ github.event.pull_request.head.sha || github.sha }}
BUILD_TAG=${{ needs.tag.outputs.build-tag }}
TAG=${{ needs.build-build-tools-image.outputs.image-tag }}
AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_DEV }}
AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_KEY_DEV }}
provenance: false
push: true
pull: true