Compare commits
4 Commits
7aa7162999
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
| 01c9de1c39 | |||
|
c01bee1f0c
|
|||
| b5dd5a0e46 | |||
| fa4bbee815 |
@@ -70,14 +70,14 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ${{ vars.PACKAGES_REGISTRY_URL }}
|
||||
username: ${{ vars.ACTIONS_USERNAME }}
|
||||
password: ${{ secrets.ACTIONS_TOKEN }}
|
||||
|
||||
- name: Log in to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ vars.GHCR_USERNAME }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13.9-slim
|
||||
FROM python:3.13.12-slim
|
||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||
USER root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user