diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml deleted file mode 100644 index ed941a3..0000000 --- a/.github/workflows/docker.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Build Docker Image -on: - push: - branches: ["typescript", "docker"] -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Build and push Docker images - uses: docker/build-push-action@v1 - with: - username: keanuplayz - password: ${{ secrets.GH_TOKEN }} - registry: docker.pkg.github.com - repository: keanucode/travbot-v3/travbot-v3 - tags: latest