Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
7822cc5163 | |||
4123277eb7 | |||
5d17a75e7e | |||
1db7232951 | |||
6a14f2cec8 | |||
085fa252f3 | |||
aa23e07221 | |||
263395c04c | |||
7b6023c869 | |||
|
9379e72199 | ||
67ed612dc9 | |||
3e727f0348 |
@ -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' }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:3
|
||||
FROM python:3.12.6
|
||||
|
||||
WORKDIR /usr/src/huwawei_lte_exporter
|
||||
|
||||
|
7
renovate.json
Normal file
7
renovate.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"commitMessagePrefix": ":arrow_up:"
|
||||
}
|
Reference in New Issue
Block a user