Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3977e3add9 | |||
| 143512953b | |||
|
|
e0dc1da4a1 | ||
|
|
1b766f3f22 | ||
| 762a5f3523 | |||
| 0ca067d37b | |||
|
|
d6d48ead0a | ||
| eef2cc3741 |
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -6,7 +6,6 @@ on:
|
||||
- dev
|
||||
- master
|
||||
paths-ignore:
|
||||
- "**/.github/**"
|
||||
- "**/.gitignore"
|
||||
- "**/.vscode/**"
|
||||
- "**/README.md"
|
||||
@@ -106,7 +105,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ github.ref_name }}
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
tags: latest
|
||||
|
||||
- name: Build and push Docker image
|
||||
@@ -115,7 +114,7 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
build-args: |
|
||||
VERSION=${{ needs.tag.outputs.version }}-${{ github.ref_name }}
|
||||
VERSION=${{ needs.tag.outputs.version }}
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
7
renovate.json
Normal file
7
renovate.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":semanticCommitTypeAll(feat)"
|
||||
]
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
certifi==2023.11.17 # Testing
|
||||
certifi==2024.7.4 # Testing
|
||||
iniconfig==2.0.0 # PyTest Testing
|
||||
packaging==23.2 # PyTest Testing
|
||||
pluggy==1.3.0 # PyTest Testing
|
||||
pytest==7.4.3 # PyTest Testing
|
||||
|
||||
click==8.1.7 # Uvicorn
|
||||
httptools==0.6.1 # Uvicorn
|
||||
httptools==0.6.4 # Uvicorn
|
||||
pyyaml==6.0.1 # Uvicorn
|
||||
uvicorn==0.27.0.post1 # Uvicorn
|
||||
uvloop==0.19.0 # Uvicorn
|
||||
|
||||
Reference in New Issue
Block a user