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