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

This commit is contained in:
Jack 2023-08-25 19:21:31 +01:00
parent f3ac24070d
commit deb7e1ea22

View File

@ -8,8 +8,6 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: pull
run: git pull https://tgj.services/git/ThatGuyJack/php-fpm-docker.git
- name: Build
run: |
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u thatguyjack --password-stdin