mirror of
https://github.com/dokploy/dokploy.git
synced 2026-06-14 03:19:49 +00:00
chore: remove cat file
This commit is contained in:
@@ -49,7 +49,6 @@ jobs:
|
||||
|
||||
- name: Run custom Docker build script
|
||||
run: |
|
||||
cat .env.production
|
||||
chmod +x ./docker/build.sh
|
||||
echo "Building Docker image for ${{ github.base_ref }}"
|
||||
./docker/build.sh ${{ github.base_ref == 'canary' && 'canary' || '' }}
|
||||
|
||||
Reference in New Issue
Block a user