skip to Main Content

Problem pushing docker image from azure pipeline

I have an azure devops pipeline. trigger: - master resources: - repo: self steps: - task: Docker@2 displayName: Login to ACR inputs: command: login containerRegistry: myDockerHubConnection - task: Docker@2 displayName: Build an image inputs: command: build arguments: --build-arg git_personal_token=ghp_MYTOKEN dockerfile:…

VIEW QUESTION
Back To Top
Search