Skip to content

Commit af0029a

Browse files
crazy-maxglours
authored andcommitted
ci: use bin-image edge tag directly for e2e tests
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent b76feb6 commit af0029a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ jobs:
136136
workflow_id: 'compose-edge-integration.yml',
137137
ref: 'main',
138138
inputs: {
139-
"image-tag": "${{ needs.bin-image.outputs.digest }}"
139+
"image-tag": "${{ env.REPO_SLUG }}:edge"
140140
}
141141
})

0 commit comments

Comments
 (0)