mirror of
https://github.com/nikdoof/aaisp2mqtt.git
synced 2025-12-25 08:39:21 +00:00
Compare commits
1 Commits
renovate/p
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c14321b92 |
2
.github/workflows/build-docker-image.yaml
vendored
2
.github/workflows/build-docker-image.yaml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13-alpine
|
||||
FROM python:3.11-alpine
|
||||
|
||||
COPY requirements.txt /app/
|
||||
COPY aaisp2mqtt.py /app/
|
||||
|
||||
Reference in New Issue
Block a user