Revert "CI/CD"

This reverts commit c5ab2681b3.
This commit is contained in:
Skylar Grant 2022-12-02 13:00:40 -05:00
parent f6edfcd36d
commit 5ce1c5d603
1 changed files with 1 additions and 8 deletions

View File

@ -5,10 +5,6 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
DHUB_UNAME: {{ secrets.DHUB_UNAME }}
DHUB_PWORD: {{ secrets.DHUB_PWORD }}
jobs:
@ -20,7 +16,4 @@ jobs:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag v0idf1sh/nodbot:$(date +%s)
- name: Log into Docker Hub
run: docker login -u $DHUB_UNAME -p $DHUB_PWORD
- name: Push image to Docker Hub
run: docker push v0idf1sh/nodbot:latest
run: docker login