Skip to content

chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#1653) #36

chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#1653)

chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#1653) #36

Workflow file for this run

name: build docker image
on:
push:
branches:
- master
permissions:
contents: read
jobs:
build:
if: github.repository_owner == 'errbotio'
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: build and push docker image
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: errbotio/errbot
tags: latest
registry: docker.io
dockerfile: Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}