Skip to content

changed http code 404 to 204 in pload api for johnny six when no cont… #267

changed http code 404 to 204 in pload api for johnny six when no cont…

changed http code 404 to 204 in pload api for johnny six when no cont… #267

Workflow file for this run

name: Build Docker image and push to GitHub Container Registry
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish to GitHub Package Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: wuvt/pload
username: wuvt
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
tag_names: true