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

This commit is contained in:
Jack 2023-08-25 19:31:01 +01:00
parent f252692c0f
commit 85bfae9bf1

View File

@ -11,6 +11,6 @@ jobs:
- name: Build - name: Build
run: | run: |
curl -fsSL get.docker.com | bash curl -fsSL get.docker.com | bash
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login tgj.services/git/ -u thatguyjack --password-stdin echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login 'tgj.services/git/' -u thatguyjack --password-stdin
docker build -t tgj.services/git/thatguyjack/php-fpm:latest . docker build -t tgj.services/git/thatguyjack/php-fpm:latest .
docker push tgj.services/git/thatguyjack/php-fpm:latest version: "3.8" docker push tgj.services/git/thatguyjack/php-fpm:latest version: "3.8"