Aktualizovat .gitea/workflows/build.yml
All checks were successful
Build nginx main / Explore-Gitea-Actions (push) Successful in 52s
All checks were successful
Build nginx main / Explore-Gitea-Actions (push) Successful in 52s
This commit is contained in:
parent
028fe856b2
commit
2f982942a0
@ -24,4 +24,5 @@ jobs:
|
||||
echo "${{ secrets.DOCKERHUB_GITEA_TOKEN }}" | docker login -u ownercz --password-stdin
|
||||
ls -lah
|
||||
docker build -t ownercz/nginx-main:latest -t ownercz/nginx-main:$(git rev-parse --short=10 HEAD) .
|
||||
docker push ownercz/nginx-main
|
||||
docker push ownercz/nginx-main:$(git rev-parse --short=10 HEAD)
|
||||
docker push ownercz/nginx-main:latest
|
Loading…
Reference in New Issue
Block a user