Skip to content

Commit bf9b257

Browse files
committed
Update ci.yml
1 parent 72cd7fd commit bf9b257

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ jobs:
106106
env:
107107
ENVIRONMENT: ci
108108

109-
- run: docker run --rm ${{ steps.build-ci.outputs.imageid }}
109+
- run: docker run --rm "${IMAGE_ID}"
110+
env:
111+
IMAGE_ID: ${{ steps.build-ci.outputs.imageid }}
110112

111113
- id: docker_metadata
112114
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5

0 commit comments

Comments
 (0)