We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666bfec commit ae577deCopy full SHA for ae577de
1 file changed
.github/workflows/deploy-image.yaml
@@ -21,6 +21,7 @@ jobs:
21
uses: docker/setup-compose-action@v1
22
23
- name: Build images
24
+ working-directory: deploy
25
run: |
26
docker compose build --build-arg CREATED_AT=$(date -u +"%Y-%m-%dT%H:%M:%SZ") --progress=plain
27
docker image ls
0 commit comments