This commit is contained in:
parent
3511cebc51
commit
7b5e68583f
@ -12,8 +12,9 @@ jobs:
|
|||||||
run: curl -fsSL get.docker.com | bash
|
run: curl -fsSL get.docker.com | bash
|
||||||
- name: Clone
|
- 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
|
- name: Build
|
||||||
run: |
|
run: docker build . -t tgj.services/git/thatguyjack/php-fpm:latest
|
||||||
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login 'tgj.services/git/' -u thatguyjack --password-stdin
|
- name: Push
|
||||||
docker build -t tgj.services/git/thatguyjack/php-fpm:latest
|
run: docker push tgj.services/git/thatguyjack/php-fpm:latest
|
||||||
docker push tgj.services/git/thatguyjack/php-fpm:latest
|
|
Loading…
x
Reference in New Issue
Block a user