Skip to content

Commit

Permalink
Merge pull request #1248 from govuk-one-login/AUT-1978/local-dockerfile
Browse files Browse the repository at this point in the history
AUT-1978: Use local dockerfile when pushing to authdevs
  • Loading branch information
dbes-gds authored Dec 12, 2023
2 parents 0c74bdb + 5ca89fb commit 5021043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-authdevs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ aws ecr get-login-password --region eu-west-2 --profile di-tools-dev | docker lo

if [[ $BUILD == "1" ]]; then
echo "Building image..."
docker buildx build --platform=linux/amd64 -t "${REPO_NAME}" .
docker buildx build --platform=linux/amd64 --file sandpit.Dockerfile -t "${REPO_NAME}" .
echo "Tagging image..."
docker tag "${REPO_NAME}:latest" "${REPO_URL}:${IMAGE_TAG}"

Expand Down

0 comments on commit 5021043

Please sign in to comment.