This is an automated email from the ASF dual-hosted git repository.
damondouglas pushed a commit to branch distroless-beam-python-sdk-snapshots
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to
refs/heads/distroless-beam-python-sdk-snapshots by this push:
new b4ddddbbf0b Add --push flag
b4ddddbbf0b is described below
commit b4ddddbbf0b47af6c400a1cbdf0439635e1f9f07
Author: Damon <[email protected]>
AuthorDate: Thu Jan 2 14:15:20 2025 -0800
Add --push flag
---
.github/workflows/beam_Publish_Python_SDK_Distroless_Snapshots.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/beam_Publish_Python_SDK_Distroless_Snapshots.yml
b/.github/workflows/beam_Publish_Python_SDK_Distroless_Snapshots.yml
index e361e509c8e..70dc986cd21 100644
--- a/.github/workflows/beam_Publish_Python_SDK_Distroless_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Python_SDK_Distroless_Snapshots.yml
@@ -87,13 +87,11 @@ jobs:
gcloud auth configure-docker ${{ env.docker_registry }}
- name: Build and push Python distroless image
run: |
- docker buildx build \
+ docker buildx build --push \
-t gcr.io/apache-beam-testing/beam-sdk/beam_${{
matrix.python_version }}_sdk_distroless:${{ github.sha }} \
-t gcr.io/apache-beam-testing/beam-sdk/beam_${{
matrix.python_version }}_sdk_distroless:${BEAM_VERSION} \
-t gcr.io/apache-beam-testing/beam-sdk/beam_${{
matrix.python_version }}_sdk_distroless:latest \
-f sdks/python/container/Dockerfile-distroless \
--build-arg=BASE=gcr.io/apache-beam-testing/beam-sdk/beam_${{
matrix.python_version }}_sdk:${BEAM_VERSION} \
.
-
- docker push gcr.io/apache-beam-testing/beam-sdk/beam_${{
matrix.python_version }}_sdk_distroless:${BEAM_VERSION}