changed http code 404 to 204 in pload api for johnny six when no cont… #267
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |