Skip to content

πŸ“ƒ Add biome config file, VoiceTime leaderboard along with state and l… #2

πŸ“ƒ Add biome config file, VoiceTime leaderboard along with state and l…

πŸ“ƒ Add biome config file, VoiceTime leaderboard along with state and l… #2

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Extract version from package.json
id: pkg
uses: martinbeentjes/npm-get-version-action@master
- name: Build and push
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: saintkappa/mosesbot:${{ steps.pkg.outputs.current-version }}