Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99fff05

Browse files
Fix container name in docs pipeline
Signed-off-by: Robbie Harwood <[email protected]>
1 parent 93ce057 commit 99fff05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"jobs": {
55
"update-pages": {
66
"runs-on": "ubuntu-latest",
7-
"container": "fedora-latest",
7+
"container": "fedora:latest",
88
"steps": [
99
{
1010
"name": "Check out code",

0 commit comments

Comments
 (0)