Skip to content

Commit a9fd4a0

Browse files
author
David Zuckerman
committed
DOCKER_APP_IMAGE incorrectly mapped
1 parent 85afc3e commit a9fd4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
needs: merge
133133
env:
134134
COMPOSE_FILE: docker-compose.yml:docker-compose.ci.yml
135-
DOCKER_APP_IMAGE: ${{ needs.merge.outputs.image }}
135+
DOCKER_APP_IMAGE: ${{ needs.merge.outputs.build-image }}
136136
steps:
137137
- name: Checkout code
138138
uses: actions/checkout@v4

0 commit comments

Comments
 (0)