You've already forked Php-Template
ALL SORTS OF THINGS
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
name: tests.yml
|
||||
on:
|
||||
push: {}
|
||||
|
||||
name: 🧪✨ Tests Workflow
|
||||
|
||||
jobs:
|
||||
|
||||
# LicenseCheck:
|
||||
@@ -134,8 +135,8 @@ jobs:
|
||||
- name: 🔑 🔐 Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Install Composer Libraries
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user