Skip to content

Update register to pull in the recaptcha script tag #9

Update register to pull in the recaptcha script tag

Update register to pull in the recaptcha script tag #9

Workflow file for this run

name: build
on:
push:
branches:
- 'arctir'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v2
- name: Login to Github Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/arctir/keywind:latest