From a29faaee410d5879317c781084c00e7e8cc81517 Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Tue, 9 Jul 2024 07:59:30 -0700 Subject: [PATCH] Update action.yml No pull needed, image is local --- .github/actions/build-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-test/action.yml b/.github/actions/build-test/action.yml index 35c87753..df1ef3f6 100644 --- a/.github/actions/build-test/action.yml +++ b/.github/actions/build-test/action.yml @@ -83,7 +83,7 @@ runs: - name: Validate if the final image is a valid EE shell: bash run: | - ansible-navigator run ${{ github.workspace }}/site.yml --ce docker --mode stdout --eei ${{ inputs.namespace }}/${{ inputs.final_image }}:test + ansible-navigator run ${{ github.workspace }}/site.yml --ce docker --mode stdout --pull-policy never --eei ${{ inputs.namespace }}/${{ inputs.final_image }}:test - name: Run tests on the image before pushing with docker shell: bash