Skip to content

Manually update all dependencies. #9

Manually update all dependencies.

Manually update all dependencies. #9

---
name: build-and-publish-dockerhub
on:
push:
branches:
- 'main'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}