Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 2db5c38

Browse files
Test 2
1 parent cba936f commit 2db5c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
3535
with:
3636
context: .
37-
dockerfile: ./docker/Dockerfile
37+
path: docker/
3838
push: ${{ github.event_name != 'pull_request' }}
3939
tags: ${{ steps.meta.outputs.tags }}
4040
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)