Skip to content

Commit

Permalink
Add container build action
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Sep 4, 2024
1 parent 131a24c commit e346e82
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build_container.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: trusted CI container build

on:
push

jobs:
k8s-kind-suite:
runs-on: ubuntu-24.04
timeout-minutes: 60

steps:
- uses: actions/checkout@master

- name: Build docker image
uses: docker/build-push-action@v5
with:
context: .
tags: trusted-ci:ci

0 comments on commit e346e82

Please sign in to comment.