Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Minecraft Image / Build-Minecraft-Stats-Image (push) Failing after 32s
Some checks failed
Build Minecraft Image / Build-Minecraft-Stats-Image (push) Failing after 32s
This commit is contained in:
parent
d6b94125f7
commit
afc5fb2db1
@ -13,13 +13,10 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Build | Install Docker
|
||||
run: |
|
||||
apt-get update && apt-get install docker.io git -y
|
||||
git clone https://git.lipovcan.cz/Upstream/littlelink-server.git littlelink
|
||||
apt-get update && apt-get install docker.io -y
|
||||
|
||||
- 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