Skip to content

Initial setup of Quartierwerkstatt Viktoria (#88) #26

Initial setup of Quartierwerkstatt Viktoria (#88)

Initial setup of Quartierwerkstatt Viktoria (#88) #26

name: Build and Push to GitHub Container Registry
on:
push:
branches:
- main
jobs:
build_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out code
- uses: mr-smithers-excellent/docker-build-push@v5
name: Build & push Docker image
with:
image: fablabsch-frontend
addLatest: true
registry: ghcr.io
dockerfile: ./frontend/Dockerfile
# githubOrg: override-org # optional
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}