Fix RHEL docker containers (#282)

* Fix RHEL docker containers

- avoid `yum update` since that can update the distro minor version
This commit is contained in:
Jonathan R. Madsen
2023-06-14 13:18:43 -05:00
کامیت شده توسط GitHub
والد 3e2fa69a14
کامیت ad51223960
4فایلهای تغییر یافته به همراه10 افزوده شده و 10 حذف شده
@@ -6,6 +6,10 @@ on:
workflow_dispatch:
schedule:
- cron: 0 5 * * *
push:
branches: [main]
paths:
- '.github/workflows/containers.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}