Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
No pull needed, image is local
  • Loading branch information
cidrblock authored Jul 9, 2024
1 parent 65eeb5f commit a29faae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a29faae

Please sign in to comment.