Update .gitea/workflows/docker-build.yml
All checks were successful
Build Docker Image / build (push) Successful in 2m6s

This commit is contained in:
joe
2026-08-27 21:24:32 -05:00
parent 2ad26d3bf8
commit a4ea504017

View File

@@ -20,14 +20,14 @@ jobs:
-u joe \
--password-stdin
- name: Build image
- name: Build the image
run: |
docker build \
-t gitea.ddns.kawomi.com/joe/webclip:latest \
-t gitea.ddns.kawomi.com/joe/webclip:${{ gitea.sha }} \
.
- name: Push image
- name: Push the image
run: |
docker push gitea.ddns.kawomi.com/joe/webclip:latest
docker push gitea.ddns.kawomi.com/joe/webclip:${{ gitea.sha }}