Skip to content

Commit fbb9237

Browse files
committed
πŸ› Correct imag naming
1 parent 6d4c837 commit fbb9237

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

β€Ž.github/workflows/addon-ci.yamlβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
with:
184184
containerfiles: "./${{ needs.information.outputs.target }}/Dockerfile"
185185
context: "./${{ needs.information.outputs.target }}"
186+
images: ${{ steps.image-meta.outputs.images }}
186187
tags: ${{ steps.image-meta.outputs.tags }}
187188
labels: ${{ steps.image-meta.outputs.labels }}
188189
platforms: ${{ steps.addon-meta.outputs.platform }}
@@ -197,11 +198,11 @@ jobs:
197198

198199
# Required for dive action, since it has the schema hardcoded
199200
- 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 }}
201202

202203
- name: πŸš€ Execute dive
203204
uses: MaxymVlasov/[email protected]
204205
with:
205-
image: "${{ needs.information.outputs.name }}:dev-${{ matrix.architecture }}"
206+
image: "${{ steps.build-image.outputs.image-with-tag }}"
206207
config-file: ${{ github.workspace }}/.dive-ci.yml
207208
github-token: ${{ secrets.GITHUB_TOKEN }}

β€Ž.github/workflows/addon-deploy.yamlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
with:
121121
containerfiles: "./${{ needs.information.outputs.target }}/Dockerfile"
122122
context: "./${{ needs.information.outputs.target }}"
123+
images: ${{ steps.image-meta.outputs.images }}
123124
tags: ${{ steps.image-meta.outputs.tags }}
124125
labels: ${{ steps.image-meta.outputs.labels }}
125126
platforms: ${{ steps.addon-meta.outputs.platform }}

0 commit comments

Comments
Β (0)