There was an error while loading. Please reload this page.
1 parent 55b224f commit d453d25Copy full SHA for d453d25
1 file changed
.github/workflows/docker-deploy.yml
@@ -39,9 +39,9 @@ jobs:
39
password: ${{ secrets.GITHUB_TOKEN }}
40
41
- name: Build and push Docker image
42
- id: build-and-push
43
uses: docker/build-push-action@v6
44
with:
45
- context: docker/${{ env.DOCKER_IMAGE_NAME1 }}
+ context: .
+ file: docker/${{ env.DOCKER_IMAGE_NAME1 }}/Dockerfile
46
push: true
47
tags: ghcr.io/shimat/opencvsharp/${{ env.DOCKER_IMAGE_NAME1 }}:${{ github.event.inputs.docker_image_tag }}
0 commit comments