Revert "Not done"

This reverts commit b9332ec602.
This commit is contained in:
Skylar Grant 2022-12-02 13:00:46 -05:00
parent 5ce1c5d603
commit e7c7847d9d
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag v0idf1sh/nodbot:$(date +%s)
run: docker login