Skip to content

Commit e7705a9

Browse files
authored
docker-push workflow: updated the Dockerfile context to build/Dockerfile
1 parent 5589f4a commit e7705a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
uses: docker/build-push-action@v2
3838
with:
3939
context: .
40+
file: ./build/Dockerfile
4041
push: true
4142
tags: ${{ steps.meta.outputs.tags }}
4243

4344
- name: Image digest
44-
run: echo ${{ steps.docker_build.outputs.digest }}
45+
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)