Compare commits
1 Commits
main
...
27a6aa3e57
| Author | SHA1 | Date | |
|---|---|---|---|
| 27a6aa3e57 |
@@ -89,7 +89,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v6
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
tags: type=sha
|
tags: type=sha
|
||||||
images: ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}
|
images: ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}
|
||||||
@@ -103,7 +103,7 @@ jobs:
|
|||||||
printf "Tags:\n${{ steps.meta.outputs.tags }}"
|
printf "Tags:\n${{ steps.meta.outputs.tags }}"
|
||||||
|
|
||||||
- name: Build images
|
- name: Build images
|
||||||
uses: docker/build-push-action@v7
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: false
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM --platform=amd64 python:3.14.4-slim-trixie
|
FROM --platform=amd64 python:3.14.3-slim-trixie
|
||||||
|
|
||||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user