Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Updating Azurescript - IMAGE_NAME #1597

Merged
merged 3 commits into from
Mar 10, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/azurescript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ACR_REGISTRY_ID=$(az acr create --name $ACR_NAME --sku Premium --query id --outp

#### Deploy code
## Build Docker images
az acr build --registry $ACR_NAME --image $IMAGE_NAME ../f2
az acr build --registry $ACR_NAME --image $IMAGE_NAME ../$(IMAGE_NAME}
az acr build --registry $ACR_NAME --image $VIRUS_SCANNER_IMAGE_NAME 'https://github.com/cds-snc/docker-clamav.git#alpine'

## Gather credentials to access ACR
Expand Down