From ac65ed02f32eb15c73051d2a9d078655fcc1fed9 Mon Sep 17 00:00:00 2001 From: Roey Berman Date: Tue, 1 Oct 2024 10:00:59 -0700 Subject: [PATCH] Build docker images on all main CI jobs --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eec00c86..45df8b2e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -205,7 +205,7 @@ jobs: uses: ./.github/workflows/all-docker-images.yaml secrets: inherit with: - do-push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + do-push: ${{ github.ref == 'refs/heads/main' }} go-ver: 'v${{ needs.build-go.outputs.go_latest }}' ts-ver: 'v${{ needs.build-go.outputs.typescript_latest }}' java-ver: 'v${{ needs.build-go.outputs.java_latest }}'