CI for NodBot PE

This commit is contained in:
Skylar Grant 2022-12-16 21:21:27 -05:00
parent ae95349b9b
commit c46d183608
1 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ name: Docker Image CI
on: on:
push: push:
branches: [ "main" ] branches: [ "pe" ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "pe" ]
env: env:
DHUB_UNAME: ${{ secrets.DHUB_UNAME }} DHUB_UNAME: ${{ secrets.DHUB_UNAME }}
@ -19,8 +19,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build the Docker image - name: Build the Docker image
run: docker build . --file Dockerfile --tag v0idf1sh/nodbot run: docker build . --file Dockerfile --tag v0idf1sh/nodbot-pe
- name: Log into Docker Hub - name: Log into Docker Hub
run: docker login -u $DHUB_UNAME -p $DHUB_PWORD run: docker login -u $DHUB_UNAME -p $DHUB_PWORD
- name: Push image to Docker Hub - name: Push image to Docker Hub
run: docker push v0idf1sh/nodbot run: docker push v0idf1sh/nodbot-pe