This commit is contained in:
parent
e052f3cfd1
commit
f252692c0f
@ -11,6 +11,6 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
curl -fsSL get.docker.com | bash
|
||||
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u thatguyjack --password-stdin
|
||||
docker build -t tgj.services/git/php-fpm:latest .
|
||||
docker push tgj.services/git/php-fpm:latestversion: "3.8"
|
||||
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 version: "3.8"
|
Loading…
x
Reference in New Issue
Block a user