File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 83
83
- name : GCloud Docker credential helper
84
84
run : |
85
85
gcloud auth configure-docker ${{ env.docker_registry }}
86
- # TODO(https://github.com/apache/beam/issues/33201): create after merging into main branch
87
- # - name: Build and push Java distroless image
86
+ - name : Build and push Java distroless image
87
+ run : |
88
+ docker buildx build --push \
89
+ -t gcr.io/apache-beam-testing/beam-sdk/beam_${{ matrix.java_version }}_sdk_distroless:${{ github.sha }} \
90
+ -t gcr.io/apache-beam-testing/beam-sdk/beam_${{ matrix.java_version }}_sdk_distroless:${BEAM_VERSION} \
91
+ -t gcr.io/apache-beam-testing/beam-sdk/beam_${{ matrix.java_version }}_sdk_distroless:latest \
92
+ -f sdks/java/container/Dockerfile-distroless \
93
+ --build-arg=BEAM_BASE=gcr.io/apache-beam-testing/beam-sdk/beam_${{ matrix.java_version }}_sdk:${BEAM_VERSION} \
94
+ --build-arg=DISTROLESS_BASE=gcr.io/distroless/${{ matrix.java_version }}-debian12 \
95
+ .
You can’t perform that action at this time.
0 commit comments