Skip to content

make files read write for cli #422

make files read write for cli

make files read write for cli #422

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: ShvatkaBotBuild
on:
push:
branches: [ master ]
jobs:
lint-and-test:
uses: ./.github/workflows/test.yml
build:
needs: lint-and-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mr-smithers-excellent/[email protected]
with:
image: bomzheg/shvatka
addLatest: true
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}