Compare commits
5 Commits
25c8b2d317
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c79ccf1fc | |||
| e0064c4d1e | |||
| edc651ee88 | |||
| aa4b99848a | |||
| 09f509263d |
@@ -9,11 +9,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v6
|
||||
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 }}
|
||||
|
||||
@@ -12,9 +12,9 @@ jobs:
|
||||
contents: read
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v6
|
||||
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 }}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3-slim-trixie
|
||||
FROM python:3.14-slim-trixie
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
|
||||
+3
-3
@@ -1,3 +1,3 @@
|
||||
flask
|
||||
pyyaml
|
||||
bootstrap-flask
|
||||
flask==3.1.3
|
||||
pyyaml==6.0.3
|
||||
bootstrap-flask==2.5.0
|
||||
|
||||
Reference in New Issue
Block a user