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

This commit is contained in:
Jack Brierley 2023-08-25 18:54:12 +00:00
parent 7b5e68583f
commit 18f27246e6

View File

@ -15,6 +15,6 @@ jobs:
- name: Login - name: Login
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login 'tgj.services/git/' -u thatguyjack --password-stdin run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login 'tgj.services/git/' -u thatguyjack --password-stdin
- name: Build - 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 - name: Push
run: docker push tgj.services/git/thatguyjack/php-fpm:latest run: docker push tgj.services/git/ThatGuyJack/php-fpm:latest