mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-24 09:04:03 +02:00
* Modify docker image deployment behavior * Use build-push-action to create image provenance & sbom attestations * Upgrade github actions * Fix inconsistent capitialization in dockerfiles --------- Co-authored-by: scribblemaniac <scribblemaniac@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c681d264b3
commit
ccd563f2ba
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Create main image
|
||||
FROM python:3.10.14-alpine3.20 as main
|
||||
FROM python:3.10.14-alpine3.20 AS main
|
||||
|
||||
LABEL org.opencontainers.image.url="https://mvt.re"
|
||||
LABEL org.opencontainers.image.documentation="https://docs.mvt.re"
|
||||
|
||||
Reference in New Issue
Block a user