Skip to content

Update docker-push-develop.yml #14

Update docker-push-develop.yml

Update docker-push-develop.yml #14

Workflow file for this run

name: Build and Push to GHCR.IO
on:
push:
branches:
- master
jobs:
build:
name: Build and Push
runs-on: ubuntu-latest
steps:
- name: Build:checkout
uses: actions/checkout@v2
- name: Build:dockerimage
uses: docker/build-push-action@v1
with:
registry: ghcr.io
username: "thisisfeeder"
password: ${{ secrets.GHCIO }}
repository: mbanq/watchman
tags: latest