1
0
mirror of synced 2025-12-19 18:14:56 -05:00

python 3.13 connector base image (#68190)

This commit is contained in:
David Gold
2025-10-23 14:34:18 -07:00
committed by GitHub
parent 29706f6585
commit f30880152c
2 changed files with 4 additions and 2 deletions

View File

@@ -90,9 +90,11 @@ jobs:
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
file: ${{ steps.vars.outputs.DOCKERFILE }}
platforms: linux/amd64,linux/arm64
tags: ${{ steps.vars.outputs.FULL_IMAGE_REF }}
push: false
load: true
# Note: Docker does not support loading multi-arch images out of the box, so we are building just the local arch here to use for testing in subsequent CI steps.
# When publishing, we build and push a multi-arch image
- name: Run Vulnerability Scan
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1