We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f1a4f commit f287665Copy full SHA for f287665
.github/workflows/build_image_ghcr.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: Modify the Axon image of in devtools/chain/docker-compose.yml
104
env:
105
AXON_IMAGE: "${{ needs.build-amd64-image-to-ghcr.outputs.image_name }}:${{ needs.build-amd64-image-to-ghcr.outputs.image_tag }}"
106
- uses: mikefarah/yq@v4.40.5
+ uses: mikefarah/yq@v4.42.1
107
with:
108
cmd: yq -i '.services.axon.image = "${{ env.AXON_IMAGE }}"' 'devtools/chain/docker-compose.yml'
109
0 commit comments