Skip to content

Commit a9193c1

Browse files
committed
fix
1 parent 4e9d982 commit a9193c1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_all_images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
tflint_image.tar
8080
package_base_docker_image:
8181
uses: ./.github/workflows/build_multi_arch_image.yml
82+
needs: [build_tool_images]
8283
with:
8384
tag_latest: ${{ inputs.tag_latest }}
8485
docker_tag: ${{ inputs.docker_tag }}

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ guard-%:
1212

1313
.PHONY: install install-python install-node install-hooks build-base-image build-node-24-image build-node-24-python-3-10-image build-node-24-python-3-12-image build-node-24-python-3-13-image build-node-24-python-3-14-image \
1414
build-eps-storage-terraform-image build-eps-data-extract-image build-fhir-facade-image build-node-24-python-3-14-golang-1-24-image build-node-24-python-3-14-java-24-image \
15-
build-regression-tests-image build-all build-image build-githubactions-image scan-image scan-image-json shell-image lint test lint-githubactions lint-githubaction-scripts clean
15+
build-regression-tests-image build-all build-image build-githubactions-image scan-image scan-image-json shell-image lint test lint-githubactions lint-githubaction-scripts clean \
16+
build-syft build-grype build-grant build-tflint
1617
install: install-python install-node install-hooks
1718

1819
install-python:

0 commit comments

Comments
 (0)