From 9e367fde2ddda2d3ad5c96cd147689e1bec43439 Mon Sep 17 00:00:00 2001 From: Dmitry Sergeev Date: Wed, 28 Feb 2024 21:43:43 +0400 Subject: [PATCH] WIP --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 4331639..b598d9c 100644 --- a/action.yaml +++ b/action.yaml @@ -44,7 +44,7 @@ runs: username: ${{ inputs.registry-user }} password: ${{ inputs.registry-password }} - name: images - uses: orangeappsru/build-images-action/js-action@main + uses: orangeappsru/build-images-action/js-action@secrets id: images with: build-opts: ${{ inputs.build-opts }}