Aktualizovat .gitea/workflows/build.yml
All checks were successful
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Successful in 8m33s
All checks were successful
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Successful in 8m33s
This commit is contained in:
parent
e3a60cde65
commit
e2fde5ccc4
@ -15,14 +15,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone https://github.com/Ownercz/ubuntu-nginx-php.git .
|
git clone https://github.com/Ownercz/ubuntu-nginx-php.git .
|
||||||
apt-get update && apt-get install docker.io -y
|
apt-get update && apt-get install docker.io -y
|
||||||
- name: Docker | Build u22
|
#- name: Docker | Build u22
|
||||||
run: |
|
# run: |
|
||||||
echo "${{ secrets.DOCKERHUB_GITEA_TOKEN }}" | docker login -u ownercz --password-stdin
|
# echo "${{ secrets.DOCKERHUB_GITEA_TOKEN }}" | docker login -u ownercz --password-stdin
|
||||||
cd u22
|
# cd u22
|
||||||
ls -lah
|
# ls -lah
|
||||||
docker build -f Dockerfile -t ownercz/nginx-php:u22 -t ownercz/nginx-php:u22-${{env.GITHUB_SHA}} .
|
# docker build -f Dockerfile -t ownercz/nginx-php:u22 -t ownercz/nginx-php:u22-${{env.GITHUB_SHA}} .
|
||||||
docker push ownercz/nginx-php:u22
|
# docker push ownercz/nginx-php:u22
|
||||||
docker push ownercz/nginx-php:u22-${{env.GITHUB_SHA}}
|
# docker push ownercz/nginx-php:u22-${{env.GITHUB_SHA}}
|
||||||
- name: Docker | Build u24
|
- name: Docker | Build u24
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.DOCKERHUB_GITEA_TOKEN }}" | docker login -u ownercz --password-stdin
|
echo "${{ secrets.DOCKERHUB_GITEA_TOKEN }}" | docker login -u ownercz --password-stdin
|
||||||
|
Loading…
Reference in New Issue
Block a user