Skip to content

Commit 980d62f

Browse files
authored
Merge pull request #13 from crc-org/podman
Use 24.04 image to use Podman
2 parents 825087e + ba1ea52 commit 980d62f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os:
14-
- ubuntu-latest
14+
- ubuntu-24.04
1515
steps:
1616
- name: Check out repository code
1717
uses: actions/checkout@v4
1818
- name: Build docs
19-
run: docker run --rm -v $PWD:/workspace quay.io/crc-org/mdbook:0.4.43 build
19+
run: podman run --rm -v $PWD:/workspace quay.io/crc-org/mdbook:0.4.43 build
2020
- name: Deploy
2121
uses: peaceiris/actions-gh-pages@v4
2222
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)