Compare commits
No commits in common. "main" and "1.0.3" have entirely different histories.
@ -40,7 +40,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.ref_type == 'tag' }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:3.12.6
|
||||
FROM python:3
|
||||
|
||||
WORKDIR /usr/src/huwawei_lte_exporter
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"commitMessagePrefix": ":arrow_up:"
|
||||
}
|
Reference in New Issue
Block a user