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
|
- name: Docker | Build image and login to Docker Hub with publication
|
||||||
run: |
|
run: |
|
||||||
|
docker logout
|
||||||
echo "${{ secrets.DOCKERHUB_GITEA_TOKEN }}" | docker login -u ownercz --password-stdin
|
echo "${{ secrets.DOCKERHUB_GITEA_TOKEN }}" | docker login -u ownercz --password-stdin
|
||||||
ls -lah
|
ls -lah
|
||||||
docker build -t ownercz/littlelink:latest -t ownercz/littlelink:${{env.GITHUB_SHA}} .
|
docker build -t ownercz/littlelink:latest -t ownercz/littlelink:${{env.GITHUB_SHA}} .
|
||||||
|
Loading…
Reference in New Issue
Block a user