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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue