Skip to content

sync-db: manually set entries as OSS if they have a license or a repo… #9

sync-db: manually set entries as OSS if they have a license or a repo…

sync-db: manually set entries as OSS if they have a license or a repo… #9

name: Build Container image and publish it to GitHub Container Registry
on:
push:
branches:
- main
jobs:
publish-docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image to the GHCR
run: |
docker build . --tag ghcr.io/gbdev/homebrewhub:latest
docker push ghcr.io/gbdev/homebrewhub:latest