Skip to content

Commit 1981ee6

Browse files
committed
fix(ci/cd): fix podman build command
1 parent bb8bb33 commit 1981ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lf-linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: 'mkdir ${{ env.BASE_DIR }}/build/${{ matrix.distros.directory }}'
104104

105105
- name: 'Build the container for ${{ matrix.distros.name }}'
106-
run: 'podman build --file "build/${{ matrix.distros.directory }}/Containerfile" --tag "lfmp-build-${{ matrix.distros.directory }}"'
106+
run: 'podman build --file "build/${{ matrix.distros.directory }}/Containerfile" --tag "lfmp-build-${{ matrix.distros.directory }}" .'
107107

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

0 commit comments

Comments
 (0)