File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ jobs:
183
183
with :
184
184
containerfiles : " ./${{ needs.information.outputs.target }}/Dockerfile"
185
185
context : " ./${{ needs.information.outputs.target }}"
186
+ images : ${{ steps.image-meta.outputs.images }}
186
187
tags : ${{ steps.image-meta.outputs.tags }}
187
188
labels : ${{ steps.image-meta.outputs.labels }}
188
189
platforms : ${{ steps.addon-meta.outputs.platform }}
@@ -197,11 +198,11 @@ jobs:
197
198
198
199
# Required for dive action, since it has the schema hardcoded
199
200
- name : π Push image to docker daemon
200
- run : podman push ${{ needs.information .outputs.name }}:dev-${{ matrix.architecture }} docker-daemon:${{ needs.information .outputs.name }}:dev-${{ matrix.architecture }}
201
+ run : podman push ${{ steps.build-image .outputs.image-with-tag }} docker-daemon:${{ steps.build-image .outputs.image-with-tag }}
201
202
202
203
- name : π Execute dive
203
204
uses :
MaxymVlasov/[email protected]
204
205
with :
205
- image : " ${{ needs.information .outputs.name }}:dev-${{ matrix.architecture }}"
206
+ image : " ${{ steps.build-image .outputs.image-with-tag }}"
206
207
config-file : ${{ github.workspace }}/.dive-ci.yml
207
208
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ jobs:
120
120
with :
121
121
containerfiles : " ./${{ needs.information.outputs.target }}/Dockerfile"
122
122
context : " ./${{ needs.information.outputs.target }}"
123
+ images : ${{ steps.image-meta.outputs.images }}
123
124
tags : ${{ steps.image-meta.outputs.tags }}
124
125
labels : ${{ steps.image-meta.outputs.labels }}
125
126
platforms : ${{ steps.addon-meta.outputs.platform }}
You canβt perform that action at this time.
0 commit comments