Skip to content

Re-add sleep of 2 sec before looking for partitions (#172) #84

Re-add sleep of 2 sec before looking for partitions (#172)

Re-add sleep of 2 sec before looking for partitions (#172) #84

name: Build and publish docker image to registry
on:
push:
branches:
- master
tags:
- '*'
jobs:
build-and-publish-docker-image:
name: Build and publish docker image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish to Registry
uses: elgohr/[email protected]
with:
name: ${{ github.repository }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
tag_names: true