Skip to content

Adds buildDefinitionID to agentPoolBuildWait (#101) #30

Adds buildDefinitionID to agentPoolBuildWait (#101)

Adds buildDefinitionID to agentPoolBuildWait (#101) #30

name: "release/docker"
on:
push:
branches:
- 'main'
- 'feature-**'
- 'bugfix-**'
tags:
- '*.*.*'
jobs:
release:
uses: ./.github/workflows/build-docker.yaml
secrets: inherit
with:
publish: ${{ github.event_name != 'pull_request' }}