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

Commit d0a0f67

Browse files
Test 3
1 parent 2db5c38 commit d0a0f67

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-
path: docker/
37+
file: ./docker/Dockerfile
3838
push: ${{ github.event_name != 'pull_request' }}
3939
tags: ${{ steps.meta.outputs.tags }}
4040
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)