mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Add Layers input for build using dockerfile (#43)
Also add link to buildah docs in the README Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
54ff9945b9
commit
3196e5acb5
8 changed files with 28 additions and 11 deletions
5
.github/workflows/dockerfile_build.yml
vendored
5
.github/workflows/dockerfile_build.yml
vendored
|
@ -31,12 +31,13 @@ jobs:
|
|||
uses: ./buildah-build/
|
||||
with:
|
||||
image: ${{ env.IMAGE_NAME }}
|
||||
layers: false
|
||||
tags: 'latest ${{ github.sha }}'
|
||||
dockerfiles: |
|
||||
./Dockerfile
|
||||
|
||||
|
||||
- name: Echo Outputs
|
||||
run: |
|
||||
run: |
|
||||
echo "Image: ${{ steps.build_image.outputs.image }}"
|
||||
echo "Tags: ${{ steps.build_image.outputs.tags }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue