Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

chore: switch from Docker Hub examples to Github Container Registry (… #49

chore: switch from Docker Hub examples to Github Container Registry (…

chore: switch from Docker Hub examples to Github Container Registry (… #49

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Run build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: go build -o ./immich.out ./src