Skip to content

update workflow steps #10

update workflow steps

update workflow steps #10

Workflow file for this run

name: Publish
on:
workflow_dispatch:
branches:
- master
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
run: npm build
- uses: mr-smithers-excellent/docker-build-push@v6
with:
image: team-resourceful/discord-bot-ts
registry: ghcr.io
githubOrg: Team-Resourceful # optional
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}