2
0

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 cometimento está contido em:
Jonathan R. Madsen
2023-06-14 13:18:43 -05:00
cometido por GitHub
ascendente b65f8e7605
cometimento 8d85410b11
4 ficheiros modificados com 10 adições e 10 eliminações
+4
Ver ficheiro
@@ -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 }}