Added dockerd command
This commit is contained in:
@ -15,6 +15,8 @@ steps:
|
||||
- name: build-and-push
|
||||
image: marcin00.azurecr.io/azure-cli-docker:slim-bookworm
|
||||
commands:
|
||||
- dockerd &
|
||||
- sleep 5 # czekamy na uruchomienie daemona Docker
|
||||
- docker build -t marcin00.azurecr.io/user-microservice:${CI_COMMIT_SHA} --build-arg APP_VERSION=${CI_COMMIT_SHA} --build-arg BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") .
|
||||
- az login --identity --client-id c302726f-fafb-4143-94c1-67a70975574a
|
||||
- az acr login --name marcin00
|
||||
|
Reference in New Issue
Block a user