Преглед изворни кода

ci: use bin-image edge tag directly for e2e tests

Signed-off-by: CrazyMax <[email protected]>
CrazyMax пре 2 недеља
родитељ
комит
af0029afe1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/merge.yml

+ 1 - 1
.github/workflows/merge.yml

@@ -136,6 +136,6 @@ jobs:
               workflow_id: 'compose-edge-integration.yml',
               workflow_id: 'compose-edge-integration.yml',
               ref: 'main',
               ref: 'main',
               inputs: {
               inputs: {
-                "image-tag": "${{ needs.bin-image.outputs.digest }}"
+                "image-tag": "${{ env.REPO_SLUG }}:edge"
               }
               }
             })
             })