mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:35:41 -04:00
ci: update workflow
This commit is contained in:
2
.github/workflows/deploy-docker-php.yml
vendored
2
.github/workflows/deploy-docker-php.yml
vendored
@@ -271,7 +271,7 @@ jobs:
|
||||
- name: "📦 Build and push"
|
||||
id: task_release_dh_push
|
||||
uses: docker/build-push-action@v3
|
||||
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
|
||||
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' )
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile-php.template
|
||||
|
||||
Reference in New Issue
Block a user