From bc9a58bc361f9edd0024afba08f510f89c4ec5dd Mon Sep 17 00:00:00 2001 From: Volker Kerkhoff Date: Wed, 11 Oct 2023 11:05:48 +0200 Subject: [PATCH] =?UTF-8?q?Bedingung=20f=C3=BCr=20docker-push=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint-test-build-push-epam.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint-test-build-push-epam.yml b/.github/workflows/lint-test-build-push-epam.yml index 59538343c7..f93a0af37f 100644 --- a/.github/workflows/lint-test-build-push-epam.yml +++ b/.github/workflows/lint-test-build-push-epam.yml @@ -243,7 +243,6 @@ jobs: # branch's one. This is why, on the default branch (`bbnavi`), we *do* build & cache the Docker layers # but don't push and don't deploy the resulting image. # todo: as of 2023-04-27, this fails because of https://github.com/moby/buildkit/issues/2887 - if: github.ref_name == 'bbnavi' || (github.ref_type == 'tag' && startsWith(github.ref_name, 'release_')) needs: - lint - unit-test