Skip to content

Build Image

Build Image #67

Workflow file for this run

name: Build Image
on:
push:
branches: [master]
tags: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: jerray/[email protected]
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
repository: 'bidmcdigitalpsychiatry/lamp-worker'
auto_tag: true