Skip to content

Commit 862624b

Browse files
committed
ci(actions-runner-images): update build context path for ubuntu image
- Changed the build context path from `./src/images/default` to `./src/images/ubuntu/default` in the actions-runner-images workflow.
1 parent 41a4cb2 commit 862624b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions-runner-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: build-and-push - ubuntu
5151
uses: docker/build-push-action@v3
5252
with:
53-
context: ./src/images/default
53+
context: ./src/images/ubuntu/default
5454
platforms: |
5555
linux/amd64
5656
tags: |

0 commit comments

Comments
 (0)