Skip to content

Commit

Permalink
refactor github actions iteration=4
Browse files Browse the repository at this point in the history
fix error in composite action.
for context see #1041

Issue: #1030
Signed-off-by: Ndibe Raymond Olisaemeka <[email protected]>
  • Loading branch information
Ndibe Raymond Olisaemeka committed Dec 20, 2023
1 parent 039b011 commit 9af610f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker_build_and_push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9af610f

Please sign in to comment.