Skip to content

Merge pull request #20 from hackclub/staging #21

Merge pull request #20 from hackclub/staging

Merge pull request #20 from hackclub/staging #21

Workflow file for this run

name: Docker Image CI
on:
push:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}
image_tag: production