This commit is contained in:
parent
7f0d4dbc09
commit
f3ac24070d
@ -5,15 +5,12 @@ on:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
# defaults:
|
||||
# run:
|
||||
# working-directory: /repo
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
run: git pull tgj.services/git/ThatGuyJack/php-fpm-docker main
|
||||
|
||||
- name: Deploy
|
||||
- name: pull
|
||||
run: git pull https://tgj.services/git/ThatGuyJack/php-fpm-docker.git
|
||||
- name: Build
|
||||
run: |
|
||||
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u thatguyjack --password-stdin
|
||||
docker build -t tgj.services/git/php-fpm:latest .
|
||||
|
Loading…
x
Reference in New Issue
Block a user