Fixes #36841 - Switch to Process.clock_gettime for ping #203
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Container build | |
on: pull_request | |
permissions: | |
contents: read | |
jobs: | |
container: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build container | |
uses: docker/build-push-action@v5 | |
with: | |
tags: quay.io/foreman/foreman:pr |