From 3519bcc79cee7671a8f3eac437292f53c0cdf63c Mon Sep 17 00:00:00 2001 From: Bradley Bown Date: Thu, 17 Oct 2024 14:15:39 +0100 Subject: [PATCH] GHA - Fix push_image type --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6fd7622dc..4e175d675 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -187,7 +187,7 @@ jobs: if: ${{ always() && github.ref == 'refs/heads/main' && needs.testing.result == 'success' && needs.run-e2e-tests.outputs.tests_outcome == 'success' && needs.run-e2e-tests-geth-tracing.outputs.tests_outcome == 'success' }} uses: ./.github/workflows/build-and-publish.yml with: - push_image: 'true' + push_image: true commit_tag: ${{ needs.store-image-name-and-tags.outputs.commit_tag }} develop_tag: ${{ needs.store-image-name-and-tags.outputs.develop_tag }} coordinator_changed: ${{ needs.filter-commit-changes.outputs.coordinator }}