mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
deleted all images in ecr
This commit is contained in:
parent
7637e87c3c
commit
ff78ddc5a0
1 changed files with 4 additions and 3 deletions
7
.github/workflows/_build_image.yml
vendored
7
.github/workflows/_build_image.yml
vendored
|
|
@ -91,15 +91,16 @@ jobs:
|
|||
BUILD_ARGS="$BUILD_ARGS --build-arg $temp"
|
||||
done <<< "${{ inputs.build_args }}"
|
||||
|
||||
docker build \
|
||||
docker buildx build \
|
||||
--no-cache \
|
||||
--platform linux/amd64 \
|
||||
--provenance=false \
|
||||
--sbom=false \
|
||||
--push \
|
||||
-f ${{ inputs.dockerfile_path }} \
|
||||
$BUILD_ARGS \
|
||||
-t $IMAGE_URI \
|
||||
${{ inputs.build_context }}
|
||||
|
||||
docker push $IMAGE_URI
|
||||
|
||||
- name: Resolve image digest
|
||||
id: digest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue