Skip to content

Commit

Permalink
Merge pull request #68 from camicroscope/buildah-action
Browse files Browse the repository at this point in the history
Buildah action
  • Loading branch information
birm authored Feb 28, 2021
2 parents a36381e + fa87010 commit 02034db
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/buildah.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Buildah via Dockerfile
on: [push]

jobs:
build:
name: Build image
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Buildah Action
uses: redhat-actions/[email protected]
with:
image: caracal-edge
tags: v1 ${{ github.sha }}
dockerfiles: |
./Dockerfile
build-args: |
viewer=develop

0 comments on commit 02034db

Please sign in to comment.