typo
This commit is contained in:
parent
211c65699d
commit
4dd1224679
1 changed files with 2 additions and 3 deletions
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue