Skip to content

Merge pull request #13 from outmaneuver/fix-generate-config #16

Merge pull request #13 from outmaneuver/fix-generate-config

Merge pull request #13 from outmaneuver/fix-generate-config #16

Workflow file for this run

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
name: Build and publish a Docker image to ghcr.io
on:
release:
types: [ published ]
push:
branches:
- master
jobs:
docker_publish:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v2
- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}