Skip to content

Commit 1a5bedf

Browse files
authored
Merge pull request #79 from geotribu/bump/bump-dependencies-to-latest
bump(qchat): bump and prepare for next major version
2 parents 198dcaf + 86b2159 commit 1a5bedf

File tree

6 files changed

+144
-125
lines changed

6 files changed

+144
-125
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "⚒️ Deploy image to Dockerhub and GHCR"
1+
name: "⚒️ Docker"
22

33
on:
44
push:
@@ -11,6 +11,8 @@ jobs:
1111

1212
push-store-image:
1313

14+
name: "🏗️ Build & Push"
15+
1416
runs-on: ubuntu-latest
1517

1618
permissions:

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "🐍 Lint py code"
1+
name: "🐍 Lint"
22

33
on:
44
push:
@@ -20,6 +20,8 @@ jobs:
2020

2121
lint-ubuntu:
2222

23+
name: "🔍 Lint Python code"
24+
2325
runs-on: ubuntu-latest
2426

2527
permissions:

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
unit-test:
2323

24+
name: "🤞 Unit tests"
25+
2426
permissions:
2527
contents: read
2628
pull-requests: write

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-alpine AS python-base
1+
FROM python:3.11-alpine AS python-base
22
LABEL org.opencontainers.image.source="https://github.com/geotribu/gischat"
33
LABEL maintainer="Guilhem Allaman <[email protected]>"
44

0 commit comments

Comments
 (0)