Update .gitea/workflows/build.yaml
Some checks failed
Build and push image / Build (push) Failing after 33s
Some checks failed
Build and push image / Build (push) Failing after 33s
This commit is contained in:
parent
7b5e68583f
commit
18f27246e6
@ -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
|
Loading…
x
Reference in New Issue
Block a user