mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-27 10:22:36 +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
@@ -15,9 +15,9 @@ jobs:
|
||||
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Python dependencies
|
||||
|
||||
Reference in New Issue
Block a user