We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba46e5 commit a214c77Copy full SHA for a214c77
.github/workflows/cd.yml
@@ -64,7 +64,8 @@ jobs:
64
uses: docker/build-push-action@v5
65
with:
66
context: .
67
- file: ${{ matrix.directory }}/${{ matrix.project }}/Dockerfile
+ file: Dockerfile
68
+ target: ${{ matrix.project }}
69
build-args: COMMIT=${{ steps.vars.outputs.sha_short }}
70
push: true
71
tags: ${{ steps.meta.outputs.tags }}
0 commit comments