Replace dockerfiles with containerfiles

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-09-01 15:37:26 +05:30
parent ab006ef445
commit 2f2d1a7280
10 changed files with 105 additions and 77 deletions

View file

@ -38,9 +38,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Create Dockerfile
- name: Create Containerfile
run: |
cat > Dockerfile<<EOF
cat > Containerfile<<EOF
ARG ARCH
FROM docker.io/\${ARCH}/alpine:3.14
@ -58,8 +58,8 @@ jobs:
tags: ${{ env.IMAGE_TAG }}
arch: ${{ matrix.arch }}
build-args: ARCH=${{ matrix.arch }}
dockerfiles: |
./Dockerfile
containerfiles: |
./Containerfile
- name: Echo Outputs
run: |