Skip to content

Commit

Permalink
Fix/local images (#22)
Browse files Browse the repository at this point in the history
* chore(ci-cd): move to local images

* chore: bump python version
  • Loading branch information
kutuzov13 authored May 31, 2024
1 parent cd8b898 commit e78d1e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
name: Python application
on: push
jobs:
build:
name: Build
runs-on: ubuntu-20.04

steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive

- name: Build bot image
run: docker build -t next-feature-bot .

lint:
name: Lint
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM registry.ccsteam.ru/bots-cicd-images/python:3.11.5-slim

# Immediately write to stdout, don't use buffer
ENV PYTHONUNBUFFERED 1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = []


[tool.poetry.dependencies]
python = "~3.10"
python = "~3.11"

pybotx = { path = "./pybotx-submodule", develop = true }
fastapi = "~0.103.0"
Expand Down

0 comments on commit e78d1e7

Please sign in to comment.