Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Minecraft Image / Build-Minecraft-Stats-Image (push) Failing after 1m34s
Some checks failed
Build Minecraft Image / Build-Minecraft-Stats-Image (push) Failing after 1m34s
This commit is contained in:
parent
3af3876d16
commit
2e09705fe8
@ -19,6 +19,7 @@ jobs:
|
||||
- name: Docker | Build image and login to Docker Hub with publication
|
||||
run: |
|
||||
cd littlelink
|
||||
git checkout e86e0da99b31c9020341025b0c21298ec630a691
|
||||
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