Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Sep 22, 2023
1 parent e7b2fbe commit f801917
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bb_containers_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- name: Check Dockerfile with hadolint
run: |
docker run -i -v $(pwd):/mnt -w /mnt ghcr.io/hadolint/hadolint:latest hadolint /mnt/Dockerfile
- name: Enable Systemd session for cgroupv2
run: sudo loginctl enable-linger $(id -u runner)
- name: Build image
run: |
# //TEMP need probably a cleaning step at the end
Expand Down

0 comments on commit f801917

Please sign in to comment.