ci(azure-pipelines): disable DockerTaskTest

This commit is contained in:
Sarah Vaupel 2024-11-10 02:32:01 +01:00
parent 38efd413d2
commit a97036ea7b

View File

@ -16,18 +16,18 @@ jobs:
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
- job: DockerTaskTest
container:
image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04'
endpoint: devfra
steps:
- task: Docker@2
displayName: Image build test
inputs:
command: buildAndPush
Dockerfile: docker/backend/Dockerfile
buildContext: .
tags: backend
# - job: DockerTaskTest
# container:
# image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04'
# endpoint: devfra
# steps:
# - task: Docker@2
# displayName: Image build test
# inputs:
# command: buildAndPush
# Dockerfile: docker/backend/Dockerfile
# buildContext: .
# tags: backend
- job: BuildKitTest
container:
image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'