Skip to content

Create zab.yaml

Create zab.yaml #5

Workflow file for this run

name: Build Image
on:
pull_request:
branches:
- develop
- main
jobs:
push:
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- name: Build image (bot)
run: docker build . --file Dockerfile --tag image --target app