Skip to content

Remove verify from stop call, as it is not necessary #17

Remove verify from stop call, as it is not necessary

Remove verify from stop call, as it is not necessary #17

Workflow file for this run

name: 'Instance'
on:
push:
branches: [ main ]
paths:
- instance/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Connect to dockerhub
run: docker login -u ${{secrets.DOCKER_LOGIN}} -p ${{secrets.DOCKER_PASSWORD}}
- name: Build the Docker image
run: docker build . --file instance/Dockerfile -t ${{secrets.DOCKER_LOGIN}}/asymetric-unity-instance --output type=registry