Skip to content

updated

updated #8

Workflow file for this run

name: Build and Publish Docker
on: [push]
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: byroncollins/azure-devops-agent
tags: latest