Update .gitea/workflows/docker-build.yml
All checks were successful
Build Docker Image / build (push) Successful in 2m6s
All checks were successful
Build Docker Image / build (push) Successful in 2m6s
This commit is contained in:
@@ -20,14 +20,14 @@ jobs:
|
|||||||
-u joe \
|
-u joe \
|
||||||
--password-stdin
|
--password-stdin
|
||||||
|
|
||||||
- name: Build image
|
- name: Build the image
|
||||||
run: |
|
run: |
|
||||||
docker build \
|
docker build \
|
||||||
-t gitea.ddns.kawomi.com/joe/webclip:latest \
|
-t gitea.ddns.kawomi.com/joe/webclip:latest \
|
||||||
-t gitea.ddns.kawomi.com/joe/webclip:${{ gitea.sha }} \
|
-t gitea.ddns.kawomi.com/joe/webclip:${{ gitea.sha }} \
|
||||||
.
|
.
|
||||||
|
|
||||||
- name: Push image
|
- name: Push the image
|
||||||
run: |
|
run: |
|
||||||
docker push gitea.ddns.kawomi.com/joe/webclip:latest
|
docker push gitea.ddns.kawomi.com/joe/webclip:latest
|
||||||
docker push gitea.ddns.kawomi.com/joe/webclip:${{ gitea.sha }}
|
docker push gitea.ddns.kawomi.com/joe/webclip:${{ gitea.sha }}
|
||||||
Reference in New Issue
Block a user