From f11a60963c6a485ec8e0eada40b8108d41b2c1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Wed, 24 Apr 2024 10:27:55 +0200 Subject: [PATCH] Aktualizovat .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 84cbd05..3e350a0 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,10 +9,11 @@ jobs: run: | git config --global user.name "Radim LipovĨan" git config --global user.email "radim@lipovcan.cz" - - name: Check out repository code - uses: actions/checkout@v3 + #- name: Check out repository code + # uses: actions/checkout@v3 - name: Build | Install Docker run: | + git clone https://github.com/Ownercz/ubuntu-nginx-php.git . apt-get update && apt-get install docker.io -y - name: Docker | Build image and login to Docker Hub with publication run: |