mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
ci: use bin-image edge tag directly for e2e tests
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
committed by
Guillaume Lours
parent
b76feb66e1
commit
af0029afe1
2
.github/workflows/merge.yml
vendored
2
.github/workflows/merge.yml
vendored
@@ -136,6 +136,6 @@ jobs:
|
||||
workflow_id: 'compose-edge-integration.yml',
|
||||
ref: 'main',
|
||||
inputs: {
|
||||
"image-tag": "${{ needs.bin-image.outputs.digest }}"
|
||||
"image-tag": "${{ env.REPO_SLUG }}:edge"
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user