Skip to content

Commit

Permalink
fix(ci/cd): fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidSassan committed Jan 17, 2025
1 parent 1981ee6 commit d04a1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lf-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: 'mkdir ${{ env.BASE_DIR }}/build/${{ matrix.distros.directory }}'

- name: 'Build the container for ${{ matrix.distros.name }}'
run: 'podman build --file "build/${{ matrix.distros.directory }}/Containerfile" --tag "lfmp-build-${{ matrix.distros.directory }}" .'
run: 'podman build --file "${{ env.BASE_DIR }}/repos/monitoring-plugins/build/${{ matrix.distros.directory }}/Containerfile" --tag "lfmp-build-${{ matrix.distros.directory }}"'

- name: 'Build the packages for ${{ matrix.distros.name }}'
run: >
Expand Down

0 comments on commit d04a1d1

Please sign in to comment.