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: |