Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9e153fd

Browse filesBrowse files
committed
docker: update context path
1 parent 5b7d766 commit 9e153fd
Copy full SHA for 9e153fd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.github/workflows/build-docker.yaml

Copy file name to clipboardExpand all lines: .github/workflows/build-docker.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/build-push-action@v4
3434
with:
3535
context: .
36-
path: ./docker/simple/Dockerfile
36+
path: "{context}/docker/simple/Dockerfile"
3737
push: true # push to registry
3838
pull: true # always fetch the latest base images
3939
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.