Remove Test Workflows

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-01-19 20:47:25 +05:30
parent 82f1760c2f
commit 145fa2584c
8 changed files with 12 additions and 190 deletions

View file

@ -17,12 +17,12 @@ jobs:
- name: Checkout Push to Registry action
uses: actions/checkout@v2
# - name: Build Image using Docker
# run: |
# docker build -t ${{ env.IMAGE_NAME }}:latest -<<EOF
# FROM busybox
# RUN echo "hello world"
# EOF
- name: Build Image using Docker
run: |
docker build -t ${{ env.IMAGE_NAME }}:latest -<<EOF
FROM busybox
RUN echo "hello world"
EOF
# Push the image to image registry
- name: Push To Quay