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 89a13958689 Add docker push statement
89a13958689 is described below
commit 89a139586894cdd01b1f6138c0741e6b1c6d73c9
Author: Damon <[email protected]>
AuthorDate: Thu Jan 2 14:10:16 2025 -0800
Add docker push statement
---
.github/workflows/beam_Publish_Python_SDK_Distroless_Snapshots.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/beam_Publish_Python_SDK_Distroless_Snapshots.yml
b/.github/workflows/beam_Publish_Python_SDK_Distroless_Snapshots.yml
index b22022ffb36..e361e509c8e 100644
--- a/.github/workflows/beam_Publish_Python_SDK_Distroless_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Python_SDK_Distroless_Snapshots.yml
@@ -95,5 +95,5 @@ jobs:
--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}