Skip to content

Commit 14ac6bc

Browse files
ci: fix dockerfile path
1 parent 5d35ad2 commit 14ac6bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575
- uses: hadolint/hadolint-action@v3.1.0
7676
with:
77-
dockerfile: docker/Dockerfile
77+
dockerfile: docker/exodus/Dockerfile
7878

7979
docker_build:
8080
needs: hadolint
@@ -106,7 +106,7 @@ jobs:
106106
uses: docker/build-push-action@v5
107107
with:
108108
context: .
109-
file: ./docker/Dockerfile
109+
file: ./docker/exodus/Dockerfile
110110
push: ${{ github.event_name != 'pull_request' }}
111111
tags: ${{ steps.meta.outputs.tags }}
112112
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)