Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 10, 2025
1 parent c855235 commit a4221af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
shell: bash

- name: Docker build
run: echo "make -C "${MAKE_DIR}" -f "${MAKEFILE}" push${MAKE_GOAL_SUFFIX}"
run: make -C "${MAKE_DIR}" -f "${MAKEFILE}" push${MAKE_GOAL_SUFFIX}
env:
MAKE_DIR: ${{ inputs.make-directory }}
MAKEFILE: ${{ inputs.make-file }}
Expand Down

0 comments on commit a4221af

Please sign in to comment.