immich-automated-selfie-tim.../.github/workflows/docker-image.yml
Arnaud_Cayrol 03e811cede typo
2025-04-13 13:34:10 +02:00

16 lines
331 B
YAML

name: Build and Publish image to Docker Hub
on:
push:
branches:
- docker
- main
jobs:
publish_images:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: build image
run: |
docker build . -t arnaudcayrol/immich-selfie-timelapse:latest