Aktualizovat .gitea/workflows/build.yml
All checks were successful
Build Minecraft Image / Build-Minecraft-Stats-Image (push) Successful in 1m33s

This commit is contained in:
Radim Lipovčan 2024-09-27 22:48:20 +02:00
parent afc5fb2db1
commit 737e67ae21

View File

@ -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}} .