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

fix: docker tag

fix: docker tag #46

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