Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
jcma-google committed Aug 14, 2024
1 parent 77af776 commit 9cd7be4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloud/azure/bin/lib/azure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,12 @@ function azure::get_container_tag() {
# 3. The new tag version
#######################################
function azure::set_new_container_tag() {
echo "setting new container tag ${3}"
az webapp config container set \
--resource-group "${1}" \
--name "${2}" \
--slot "primary" \
--container-custom-image "DOCKER|civiform/civiform:${3}"
--container-image-image "DOCKER|civiform/civiform:${3}"
}

#######################################
Expand Down

0 comments on commit 9cd7be4

Please sign in to comment.