Compare commits

...

8 Commits
1.0.3 ... main

Author SHA1 Message Date
6a14f2cec8 Merge pull request '⬆️ Update docker/build-push-action action to v6' (#4) from renovate/docker-build-push-action-6.x into main
All checks were successful
ci / docker (push) Successful in 19s
Reviewed-on: #4
2024-06-20 12:24:26 +02:00
085fa252f3 ⬆️ Update docker/build-push-action action to v6
Some checks failed
ci / docker (pull_request) Failing after 14m34s
2024-06-18 01:10:55 +00:00
aa23e07221 Merge pull request '⬆️ Update python Docker tag to v3.12.4' (#3) from renovate/python-3.x into main
All checks were successful
ci / docker (push) Successful in 12s
Reviewed-on: #3
2024-06-10 12:09:32 +02:00
263395c04c ⬆️ Update python Docker tag to v3.12.4
All checks were successful
ci / docker (pull_request) Successful in 25s
2024-06-10 10:08:55 +00:00
7b6023c869 Merge pull request '⬆️ Update python Docker tag to v3.12.3' (#2) from renovate/python-3.x into main
All checks were successful
ci / docker (push) Successful in 10s
Reviewed-on: #2
2024-04-10 10:21:06 +02:00
Renovate
9379e72199 ⬆️ Update python Docker tag to v3.12.3
All checks were successful
ci / docker (pull_request) Successful in 27s
2024-04-10 01:05:25 +00:00
67ed612dc9 Update Dockerfile
All checks were successful
ci / docker (push) Successful in 9s
2024-04-02 12:25:33 +02:00
3e727f0348 Add renovate.json
All checks were successful
ci / docker (push) Successful in 14s
2024-04-02 12:24:58 +02:00
3 changed files with 9 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.ref_type == 'tag' }}

View File

@ -1,4 +1,4 @@
FROM python:3
FROM python:3.12.4
WORKDIR /usr/src/huwawei_lte_exporter

7
renovate.json Normal file
View File

@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"commitMessagePrefix": ":arrow_up:"
}