Aktualizovat .gitea/workflows/build.yml
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Successful in 2m32s Details

This commit is contained in:
Radim Lipovčan 2024-04-24 10:27:55 +02:00
parent 8714d8d3d0
commit f11a60963c
1 changed files with 3 additions and 2 deletions

View File

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