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 - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: build image - name: build image
run: | run: docker build . -t arnaudcayrol/immich-selfie-timelapse:latest
docker build . -t arnaudcayrol/immich-selfie-timelapse:latest - name: push image to docker hub
- name: push image to docker hub
run: | run: |
docker login -u arnaudcayrol -p ${{ secrets.DOCKERHUB_TOKEN }} docker login -u arnaudcayrol -p ${{ secrets.DOCKERHUB_TOKEN }}
docker push arnaudcayrol/immich-selfie-timelapse:latest docker push arnaudcayrol/immich-selfie-timelapse:latest