Skip to content

Fix auth blueprint registration and other stuff #165

Fix auth blueprint registration and other stuff

Fix auth blueprint registration and other stuff #165

Workflow file for this run

name: Build Docker image and push to GitHub Container Registry
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish to GitHub Package Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: wuvt/wuvt-site
username: wuvt
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
tag_names: true