Skip to content

Commit e856db5

Browse files
Move DOCKER_APP_IMAGE to specific step
1 parent 00c3d2b commit e856db5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
runs-on: ubuntu-latest
5050
needs:
5151
- build
52-
env:
53-
DOCKER_APP_IMAGE: ${{ needs.build.outputs.build-image }}
5452
steps:
5553
- name: Checkout code
5654
uses: actions/checkout@v4
@@ -72,6 +70,7 @@ jobs:
7270
run: bin/test
7371
env:
7472
COMPOSE_FILE: docker-compose.yml:docker-compose.ci.yml
73+
DOCKER_APP_IMAGE: ${{ needs.build.outputs.build-image }}
7574

7675
push:
7776
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)