Update build.yaml
Some checks failed
Build and push image / Build (push) Failing after 30s

This commit is contained in:
Jack 2023-08-25 19:37:42 +01:00
parent 4f904e6782
commit 9a595a7878

View File

@ -13,5 +13,5 @@ jobs:
curl -fsSL get.docker.com | bash curl -fsSL get.docker.com | bash
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login 'tgj.services/git/' -u thatguyjack --password-stdin echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login 'tgj.services/git/' -u thatguyjack --password-stdin
git pull https://tgj.services/git/ThatGuyJack/php-fpm-docker.git . git pull https://tgj.services/git/ThatGuyJack/php-fpm-docker.git .
docker build -t tgj.services/git/thatguyjack/php-fpm:latest . docker build -t tgj.services/git/thatguyjack/php-fpm:latest
docker push tgj.services/git/thatguyjack/php-fpm:latest version: "3.8" docker push tgj.services/git/thatguyjack/php-fpm:latest version: "3.8"