Aktualizovat .gitea/workflows/build.yml
All checks were successful
Build luckperms main / Explore-Gitea-Actions (push) Successful in 1m41s
All checks were successful
Build luckperms main / Explore-Gitea-Actions (push) Successful in 1m41s
This commit is contained in:
parent
e64488fcfe
commit
70cc9cc951
@ -23,6 +23,6 @@ jobs:
|
||||
cd LuckPermsWeb-docker
|
||||
echo "${{ secrets.DOCKERHUB_GITEA_TOKEN }}" | docker login -u ownercz --password-stdin
|
||||
ls -lah
|
||||
docker build -t ownercz/luckperms-web:latest -t ownercz/luckperms-main:$(git rev-parse --short=10 HEAD) .
|
||||
docker build -t ownercz/luckperms-web:latest -t ownercz/luckperms-web:$(git rev-parse --short=10 HEAD) .
|
||||
docker push ownercz/luckperms-web:$(git rev-parse --short=10 HEAD)
|
||||
docker push ownercz/luckperms-web:latest
|
Loading…
Reference in New Issue
Block a user