From c27aea2d31502d9ee2d356719c5aa37863d69846 Mon Sep 17 00:00:00 2001 From: SG Date: Wed, 1 Apr 2026 21:45:21 +0300 Subject: [PATCH] Added conditional run of the "update" step --- docker-build-push/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-build-push/action.yml b/docker-build-push/action.yml index 51a29bb..19ba775 100644 --- a/docker-build-push/action.yml +++ b/docker-build-push/action.yml @@ -81,6 +81,7 @@ runs: shell: bash run: ${{ gitea.action_path }}/push.sh - name: Update remote Docker host + if: ${{ inputs.update_remote == 'true' }} shell: bash run: ${{ gitea.action_path }}/update.sh