This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch test-HDDS-8569 in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
commit e739384daf640777320df1ee952aa37759179757 Author: Doroszlai, Attila <[email protected]> AuthorDate: Sun Nov 3 07:58:38 2024 +0100 disable push --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9fe38b1..c38cb76 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -73,7 +73,7 @@ jobs: uses: docker/build-push-action@v6 with: platforms: linux/amd64,linux/arm64 - push: ${{ github.event_name == 'push' }} + push: false tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
