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

This commit is contained in:
Jack 2023-08-25 19:22:18 +01:00
parent deb7e1ea22
commit e052f3cfd1

View File

@ -10,6 +10,7 @@ jobs:
steps:
- name: Build
run: |
curl -fsSL get.docker.com | bash
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u thatguyjack --password-stdin
docker build -t tgj.services/git/php-fpm:latest .
docker push tgj.services/git/php-fpm:latestversion: "3.8"