This commit is contained in:
Arnaud_Cayrol 2025-04-13 13:52:37 +02:00
parent 211c65699d
commit 4dd1224679

View file

@ -12,9 +12,8 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: build image
run: |
docker build . -t arnaudcayrol/immich-selfie-timelapse:latest
- name: push image to docker hub
run: docker build . -t arnaudcayrol/immich-selfie-timelapse:latest
- name: push image to docker hub
run: |
docker login -u arnaudcayrol -p ${{ secrets.DOCKERHUB_TOKEN }}
docker push arnaudcayrol/immich-selfie-timelapse:latest