Skip to content

Don't allow multiple downvotes on one submission #60

Don't allow multiple downvotes on one submission

Don't allow multiple downvotes on one submission #60

Workflow file for this run

name: Docker image builds
on:
push:
branches:
- master
workflow_dispatch:
jobs:
error-server:
uses: ./.github/workflows/docker-build.yml
with:
name: "error-server"
username: "ajayyy"
folder: "./containers/error-server"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}