From e86766dc023d995a2088de919108438c0b61b224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa-Dom=C3=ADnguez?= Date: Sat, 4 Nov 2023 13:05:51 +0000 Subject: [PATCH] pull_requests.yml: remove use of dockerPush --- .github/workflows/pull_requests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index de056c9..c3e881e 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -28,8 +28,3 @@ jobs: uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0 with: arguments: build - - name: Push Docker image - uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0 - with: - arguments: dockerPush - if: github.ref == 'refs/heads/main'