Abacn commented on PR #29124: URL: https://github.com/apache/beam/pull/29124#issuecomment-1777841212
tested by invoking `./gradlew :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages` locally. Before: ``` > Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages Error: No such image: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20231024144823 ERROR: (gcloud.container.images.untag) Image could not be found: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20231024144823] > Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages FAILED ``` After: ``` > Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages Error: No such image: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20231024144801 ERROR: (gcloud.container.images.untag) Image could not be found: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20231024144801] BUILD SUCCESSFUL in 14s ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
