Skip to content

Merge branch 'main' of https://github.com/URN/urn1350.net #88

Merge branch 'main' of https://github.com/URN/urn1350.net

Merge branch 'main' of https://github.com/URN/urn1350.net #88

Workflow file for this run

name: Build
on: push
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: mr-smithers-excellent/docker-build-push@v5
with:
registry: ghcr.io
image: urn1350.net
username: Emersont1
password: ${{ secrets.CONTAINER_REGISTRY }}