Skip to content

Commit 8968228

Browse files
committed
Updated path to Docker files when compiling using GitHub Actions
1 parent d0ccfae commit 8968228

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
47+
file: docker/scripts/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)