Compare commits

..

11 Commits

Author SHA1 Message Date
SecretMineDE 0c79ccf1fc Merge pull request 'Update actions/checkout action to v7' (#10) from renovate/actions-checkout-7.x into main
Build image / build-image (push) Successful in 38s
Reviewed-on: #10
2026-06-19 07:15:39 +02:00
Renovate e0064c4d1e Update actions/checkout action to v7 2026-06-19 00:01:09 +00:00
SecretMineDE edc651ee88 pin dependencies
Build image / build-image (push) Successful in 25s
2026-04-05 10:30:15 +02:00
SecretMineDE aa4b99848a Merge pull request 'Update docker/login-action action to v4' (#8) from renovate/docker-login-action-4.x into main
Build image / build-image (push) Successful in 2m8s
Reviewed-on: #8
2026-04-04 22:17:06 +02:00
SecretMineDE 25c8b2d317 Merge pull request 'Update docker/build-push-action action to v7' (#7) from renovate/docker-build-push-action-7.x into main
Build image / build-image (push) Has been cancelled
Reviewed-on: #7
2026-04-04 22:17:03 +02:00
SecretMineDE 3f5718ed6a Merge pull request 'Update actions/checkout action to v6' (#6) from renovate/actions-checkout-6.x into main
Build image / build-image (push) Has been cancelled
Reviewed-on: #6
2026-04-04 22:16:59 +02:00
Renovate 09f509263d Update docker/login-action action to v4 2026-04-04 15:16:56 +00:00
Renovate 397dfcb85c Update docker/build-push-action action to v7 2026-04-04 15:16:53 +00:00
Renovate 01f693e146 Update actions/checkout action to v6 2026-04-04 15:16:49 +00:00
SecretMineDE e33fc64981 Merge pull request 'Configure Renovate' (#5) from renovate/configure into main
Build image / build-image (push) Successful in 2m34s
Reviewed-on: #5
2026-04-04 17:09:03 +02:00
Renovate ad0abdc7f1 Add renovate.json 2026-03-31 19:45:14 +00:00
5 changed files with 13 additions and 10 deletions
+3 -3
View File
@@ -9,17 +9,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
github-server-url: 'https://git.secretmine.de/'
- name: Login to Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: git.secretmine.de
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v7
with:
file: Containerfile
context: .
+3 -3
View File
@@ -12,15 +12,15 @@ jobs:
contents: read
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v7
- name: Login to Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v7
with:
file: Containerfile
context: .
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3-slim-trixie
FROM python:3.14-slim-trixie
RUN apt-get update && \
apt-get install -y \
+3
View File
@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}
+3 -3
View File
@@ -1,3 +1,3 @@
flask
pyyaml
bootstrap-flask
flask==3.1.3
pyyaml==6.0.3
bootstrap-flask==2.5.0