Added gitea CI/CD configuration
Create Docker Image / Test Application (x86_64) (push) Failing after 19s Details
Create Docker Image / Build Docker Image (x86_64) (push) Has been skipped Details
Create Docker Image / Build Docker Image (arm64) (push) Has been skipped Details
Create Docker Image / Final Docker Image Manifest (push) Has been skipped Details

This commit is contained in:
Deon George 2024-04-10 21:55:06 +10:00
parent 1ac6772f52
commit bcbd265746
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
ls -al
# Install Composer and project dependencies.
mkdir -p ${COMPOSER_HOME}
if [ -n "$GITHUB_TOKEN" ]; then cat $GITHUB_TOKEN |base64 -d > ${COMPOSER_HOME}/auth.json; fi
if [ -n "${{ secrets.COMPOSER_GITHUB_TOKEN }}" ]; then echo ${{ secrets.COMPOSER_GITHUB_TOKEN }} > ${COMPOSER_HOME}/auth.json; fi
composer install
# Generate an application key. Re-cache.
php artisan key:generate