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

This commit is contained in:
Jack 2023-08-25 19:42:37 +01:00
parent f315fd36cf
commit 3511cebc51

View File

@ -11,7 +11,7 @@ jobs:
- name: Install
run: curl -fsSL get.docker.com | bash
- name: Clone
run: git pull https://tgj.services/git/ThatGuyJack/php-fpm-docker.git .
run: git clone https://tgj.services/git/ThatGuyJack/php-fpm-docker.git .
- name: Build
run: |
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login 'tgj.services/git/' -u thatguyjack --password-stdin