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 \
|
||||
--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 }}
|
||||
Reference in New Issue
Block a user