Skip to content

Add instance deletion from itself #11

Add instance deletion from itself

Add instance deletion from itself #11

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