Skip to content

Update docker-build.yml #6

Update docker-build.yml

Update docker-build.yml #6

Workflow file for this run

name: build docker image
on:
push:
# branches:
# - master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: build and push image
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: ghcr.io/Hapag-Lloyd/errbot
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}