Skip to content

Commit 33d33ef

Browse files
committed
Fixed path to Docker file during generation using GitHub Actions
1 parent 1402774 commit 33d33ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build Docker Image and push
4545
uses: docker/build-push-action@v6
4646
with:
47-
file: docker/Dockerfile.development
47+
file: docker/Dockerfile
4848
push: ${{ github.event_name != 'pull_request' }}
4949
tags: ${{ steps.meta.outputs.tags }}
5050
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)