Fix RHEL docker containers (#282)

* Fix RHEL docker containers

- avoid `yum update` since that can update the distro minor version

[ROCm/rocprofiler-systems commit: ad51223960]
Este commit está contenido en:
Jonathan R. Madsen
2023-06-14 13:18:43 -05:00
cometido por GitHub
padre b65f8e7605
commit 8d85410b11
Se han modificado 4 ficheros con 10 adiciones y 10 borrados
@@ -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 }}