Skip to content

chore(deps): bump actions/checkout from 4.1.1 to 4.1.7 (#1696) #55

chore(deps): bump actions/checkout from 4.1.1 to 4.1.7 (#1696)

chore(deps): bump actions/checkout from 4.1.1 to 4.1.7 (#1696) #55

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 }}