ci: update workflow

This commit is contained in:
2024-12-01 12:27:16 -07:00
parent 780aa4e3c8
commit b73a5fae56
2 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ jobs:
- name: "📦 Build and push"
id: task_release_gh_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
@@ -267,7 +267,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