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

This commit is contained in:
Jack Brierley 2023-08-25 18:57:01 +00:00
parent 18f27246e6
commit 12e2b4b186

View File

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