Add Layers input for in build using dockerfile

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-03-26 12:49:53 +05:30
parent 54ff9945b9
commit 751aaff532
8 changed files with 24 additions and 7 deletions

View file

@ -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 }}"