Aktualizovat .gitea/workflows/build.yml
All checks were successful
Build Minecraft Image / Build-Minecraft-Stats-Image (push) Successful in 1m33s
All checks were successful
Build Minecraft Image / Build-Minecraft-Stats-Image (push) Successful in 1m33s
This commit is contained in:
parent
afc5fb2db1
commit
737e67ae21
@ -17,6 +17,7 @@ jobs:
|
||||
|
||||
- name: Docker | Build image and login to Docker Hub with publication
|
||||
run: |
|
||||
docker logout
|
||||
echo "${{ secrets.DOCKERHUB_GITEA_TOKEN }}" | docker login -u ownercz --password-stdin
|
||||
ls -lah
|
||||
docker build -t ownercz/littlelink:latest -t ownercz/littlelink:${{env.GITHUB_SHA}} .
|
||||
|
Loading…
Reference in New Issue
Block a user