Skip to content

Update makerspace-rheinfelden.yml (#86) #24

Update makerspace-rheinfelden.yml (#86)

Update makerspace-rheinfelden.yml (#86) #24

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 }}