Skip to content

Disable the downvote button for instances that don't let you downvote #8

Disable the downvote button for instances that don't let you downvote

Disable the downvote button for instances that don't let you downvote #8

Workflow file for this run

name: Docker Image Publish
on:
push:
branches: ['main']
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and push the image
run: |
docker login --username sheodox --password ${{ secrets.GH_PAT }} ghcr.io
docker build . --tag ghcr.io/sheodox/alexandrite:latest
docker push ghcr.io/sheodox/alexandrite:latest