Skip to content

action: Add github action to build container for release #1

action: Add github action to build container for release

action: Add github action to build container for release #1

Workflow file for this run

name: Docker Image
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/haiku/website-gemini:$(git rev-parse --short HEAD)