From 9af610f8396ac8fab505362522029b927f191c8a Mon Sep 17 00:00:00 2001 From: Ndibe Raymond Olisaemeka Date: Thu, 21 Dec 2023 00:23:02 +0100 Subject: [PATCH] refactor github actions iteration=4 fix error in composite action. for context see https://github.com/unstructuredstudio/zubhub/pull/1041 Issue: #1030 Signed-off-by: Ndibe Raymond Olisaemeka --- .github/actions/docker_build_and_push/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker_build_and_push/action.yml b/.github/actions/docker_build_and_push/action.yml index 0b074238..766bacb4 100644 --- a/.github/actions/docker_build_and_push/action.yml +++ b/.github/actions/docker_build_and_push/action.yml @@ -38,7 +38,7 @@ runs: id: docker_build uses: docker/build-push-action@v5 with: - context: ${{ inputs.context }}} + context: ${{ inputs.context }} file: ${{ inputs.file }} push: ${{ inputs.push }} tags: ${{ inputs.tags }}