This commit is contained in:
2024-11-25 23:41:54 -07:00
parent c62ad0c1ad
commit c192f07a66
12 changed files with 167 additions and 141 deletions

View File

@ -8,7 +8,7 @@ tags:
- LinkPC
- Gitea
type: note
updated: 2024-08-05T21:46:07.493Z
updated: 2024-11-24T00:42:09.000Z
---
# Gitea
@ -308,15 +308,34 @@ User=act_runner
WantedBy=multi-user.target
```
```bash
L:\Git\tea\tea-0.9.2-windows-amd64.exe login phares
L:\Git\tea\tea-0.9.2-windows-amd64.exe login delete phares
L:\Git\tea\tea-0.9.2-windows-amd64.exe login add
```
#
```bash
L:\Git\tea\tea-0.9.2-windows-amd64.exe login mikep
L:\Git\tea\tea-0.9.2-windows-amd64.exe org
```
## Push Docker Image
```bash 1732388683697 = 638679854836970000 = Sat Nov 23 2024 12:04:43 GMT-0700 (Mountain Standard Time)
# build an image with tag
# docker build -t {registry}/{owner}/{image}:{tag} .
# docker build -t https://33aada599f8e245782e68931fe2629a959af5d26@gitea.phares.duckdns.org/phares3757/immich-to-slideshow-api:latest
# docker build https://33aada599f8e245782e68931fe2629a959af5d26@gitea.phares.duckdns.org/phares3757/immich-to-slideshow-api:latest
# docker build -t gitea.phares.duckdns.org/phares3757/immich-to-slideshow-api:latest
# docker build gitea.phares.duckdns.org/phares3757/immich-to-slideshow-api:latest
# docker push https://33aada599f8e245782e68931fe2629a959af5d26@gitea.phares.duckdns.org/phares3757/immich-to-slideshow-api:latest
# docker push gitea.phares.duckdns.org/phares3757/immich-to-slideshow-api
# docker push immich-to-slideshow-webapp:latest
# docker tag 87f3280803c4 gitea.phares.duckdns.org/phares3757/immich-to-slideshow-api:latest
# docker tag 87f3280803c4 https://33aada599f8e245782e68931fe2629a959af5d26@gitea.phares.duckdns.org/phares3757/immich-to-slideshow-api:latest
# docker tag 87f3280803c4 gitea.phares.duckdns.org:443/phares3757/immich-to-slideshow-api:latest
# docker push gitea.phares.duckdns.org:443/phares3757/immich-to-slideshow-api:latest
docker login gitea.phares.duckdns.org:443
docker tag b84c1f73de01 gitea.phares.duckdns.org:443/phares3757/immich-to-slideshow:latest
docker push gitea.phares.duckdns.org:443/phares3757/immich-to-slideshow:latest
```