Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Failing after 29s
Some checks failed
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Failing after 29s
This commit is contained in:
parent
8714d8d3d0
commit
f11a60963c
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user