Skip to content

Full update to Discord.js V14 #5

Full update to Discord.js V14

Full update to Discord.js V14 #5

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push Docker Image
run: |
docker build . --tag ghcr.io/interfacegui/discord-temp-vc-bot:latest
docker push ghcr.io/interfacegui/discord-temp-vc-bot:latest