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

Commit b66fc90

Browse files
Dockerfile build now in docker/
1 parent 0316e3a commit b66fc90

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
@@ -33,7 +33,7 @@ jobs:
3333
id: build-and-push
3434
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
3535
with:
36-
context: ./docker/Dockerfile
36+
context: /docker/Dockerfile
3737
push: ${{ github.event_name != 'pull_request' }}
3838
tags: ${{ steps.meta.outputs.tags }}
3939
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)