Skip to content

Update pypa/gh-action-pypi-publish digest to a712d98 #305

Update pypa/gh-action-pypi-publish digest to a712d98

Update pypa/gh-action-pypi-publish digest to a712d98 #305

# Docker
# Build a Docker image
# https://docs.microsoft.com/azure/devops/pipelines/languages/docker
trigger:
- main
resources:
- repo: self
variables:
tag: '$(Build.BuildId)'
stages:
- stage: Build
displayName: Build image
jobs:
- job: Build
displayName: Build
pool:
vmImage: ubuntu-latest
steps:
- task: Docker@2
displayName: Build an image
inputs:
command: build
dockerfile: '$(Build.SourcesDirectory)/Bobber-6.3.1/bobber/lib/docker/Dockerfile'
tags: |
$(tag)