We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ccfae commit 8968228Copy full SHA for 8968228
.github/workflows/docker-image.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build Docker Image and push
45
uses: docker/build-push-action@v6
46
with:
47
- file: docker/Dockerfile
+ file: docker/scripts/Dockerfile
48
push: ${{ github.event_name != 'pull_request' }}
49
tags: ${{ steps.meta.outputs.tags }}
50
labels: ${{ steps.meta.outputs.labels }}
0 commit comments