Skip to content

Commit

Permalink
CI: Standardize on 'Containerfile' naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Jan 9, 2025
1 parent 59ea079 commit 83ae65b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
echo 'WORKDIR /mod_proxy_cluster/native'
echo 'RUN cmake . -DCMAKE_C_COMPILER=${{ matrix.compiler }}'
echo 'RUN make'
} > podmanfile
podman build -f ./podmanfile
} > Containerfile
podman build .
name: cmake-fedora-latest

make-fedora-latest:
Expand Down Expand Up @@ -93,8 +93,8 @@ jobs:
echo ' make || exit 1; \'
echo ' cd ..; \'
echo 'done;'
} > podmanfile
podman build -f ./podmanfile
} > Containerfile
podman build .
make-with-httpd-trunk:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 83ae65b

Please sign in to comment.