Skip to content

Commit

Permalink
add the pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: brotholomew <bartoszek.blach@gmail.com>
  • Loading branch information
Brotholomew committed Apr 9, 2024
1 parent a733c2f commit 7be98ba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/homework_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build the homework
on: [push]

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

steps:
- uses: actions/checkout@v4

- name: Buildah Action
uses: redhat-actions/buildah-build@v2
with:
image: my-new-image
tags: v1 ${{ github.sha }}
containerfiles: |
./src/Dockerfile

0 comments on commit 7be98ba

Please sign in to comment.