Skip to content

Remove stow, and fix type in azure-cli #76

Remove stow, and fix type in azure-cli

Remove stow, and fix type in azure-cli #76

Workflow file for this run

name: Build
on:
push:
branches:
- main
- master
pull_request:
env:
IMAGE_NAME: theknarf/shell
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Docker image
run: docker build . --tag $IMAGE_NAME