This commit is contained in:
parent
9a595a7878
commit
f315fd36cf
@ -8,10 +8,12 @@ jobs:
|
|||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install
|
||||||
|
run: curl -fsSL get.docker.com | bash
|
||||||
|
- name: Clone
|
||||||
|
run: git pull https://tgj.services/git/ThatGuyJack/php-fpm-docker.git .
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
git pull https://tgj.services/git/ThatGuyJack/php-fpm-docker.git .
|
|
||||||
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
|
Loading…
x
Reference in New Issue
Block a user