Skip to content

Update package.json #71

Update package.json

Update package.json #71

Workflow file for this run

name: Build and publish a Docker image to ghcr.io
on:
release:
types: [published]
# publish on pushes to the main branch (image tagged as "latest")
push:
branches: ["DiscordJS"]
jobs:
docker_publish:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v2
- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }} # it will be lowercased internally
github_token: ${{ secrets.GITHUB_TOKEN }}