Skip to content

Commit

Permalink
test-build container in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Aug 22, 2023
1 parent 811b95d commit 131e68a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Container build

on: pull_request

permissions:
contents: read

jobs:
container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build container
uses: docker/build-push-action@v4
with:
tags: quay.io/foreman/foreman:pr

0 comments on commit 131e68a

Please sign in to comment.