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

Commit cba936f

Browse files
Test
1 parent b66fc90 commit cba936f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
id: build-and-push
3434
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
3535
with:
36-
context: /docker/Dockerfile
36+
context: .
37+
dockerfile: ./docker/Dockerfile
3738
push: ${{ github.event_name != 'pull_request' }}
3839
tags: ${{ steps.meta.outputs.tags }}
3940
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)