From 7b37bbbacfc2a7d6ac8c646a21448f48756b5aa1 Mon Sep 17 00:00:00 2001 From: Maksim Nabokikh Date: Mon, 3 Jun 2024 05:59:02 +0400 Subject: [PATCH] Build containers for branches (#3560) Revert the change introduced in previous PRs. For each PR, we want to build images to check that the build passes successfully. Signed-off-by: m.nabokikh --- .github/workflows/artifacts.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index f90aa0ac..961191b5 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -28,26 +28,9 @@ permissions: contents: read jobs: - config: - runs-on: ubuntu-latest - steps: - - name: Check Secrets - id: check-secrets - env: - username: ${{ secrets.DOCKER_USERNAME || '' }} - password: ${{ secrets.DOCKER_PASSWORD || '' }} - if: ${{ env.username != '' && env.password != '' }} - shell: bash - run: - echo has-secrets=1 >> "$GITHUB_OUTPUT" - outputs: - has-secrets: ${{ steps.check-secrets.outputs.has-secrets }} - container-images: name: Container images runs-on: ubuntu-latest - needs: config - if: ${{ needs.config.outputs.has-secrets }} strategy: matrix: variant: