There was an error while loading. Please reload this page.
1 parent 5d35ad2 commit 14ac6bcCopy full SHA for 14ac6bc
1 file changed
.github/workflows/main.yml
@@ -74,7 +74,7 @@ jobs:
74
- uses: actions/checkout@v4
75
- uses: hadolint/hadolint-action@v3.1.0
76
with:
77
- dockerfile: docker/Dockerfile
+ dockerfile: docker/exodus/Dockerfile
78
79
docker_build:
80
needs: hadolint
@@ -106,7 +106,7 @@ jobs:
106
uses: docker/build-push-action@v5
107
108
context: .
109
- file: ./docker/Dockerfile
+ file: ./docker/exodus/Dockerfile
110
push: ${{ github.event_name != 'pull_request' }}
111
tags: ${{ steps.meta.outputs.tags }}
112
labels: ${{ steps.meta.outputs.labels }}
0 commit comments