Skip to content

Commit 3d18cc4

Browse files
committed
Ensure Github Actions trigger on EL9 image changes
Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu>
1 parent 70702bd commit 3d18cc4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
- main
77
paths:
88
- 'dockerfiles/dnf/Dockerfile'
9+
- 'dockerfiles/dnf/Dockerfile.el9'
910
tags:
1011
- 'v*.*.*'
1112
pull_request:
1213
branches:
1314
- main
1415
paths:
1516
- 'dockerfiles/dnf/Dockerfile'
17+
- 'dockerfiles/dnf/Dockerfile.el9'
1618
workflow_dispatch:
1719

1820
jobs:

dockerfiles/dnf/Dockerfile.el9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN dnf install -y \
1313
fuse-overlayfs \
1414
tar \
1515
squashfs-tools \
16-
fuse-overlayfs
16+
fuse-overlayfs
1717

1818
# Ensure python3 shebang uses Python 3.11
1919
RUN alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 && \

0 commit comments

Comments
 (0)