Unverified Commit 84e245bf authored by kladko's avatar kladko

SKALE-2077 Fixed Naming

parent c342140b
......@@ -4,6 +4,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: install python 3.7
run: |
sudo apt update; sudo apt install software-properties-common;
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.7
- name: Login to docker
env:
GITHUB_TOKEN: ${{ secrets.DOCKER_SECRET }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment