Skip to content

Commit af83fd0

Browse files
committed
dec-17 fix github pipeline
1 parent 275f813 commit af83fd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-pipeline.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ on:
66
push:
77
branches:
88
- "create-github-pipeline-for-docker"
9+
- "main"
910
pull_request:
1011

1112
jobs:
1213
lint:
1314
name: lint dockerfiles
14-
runs-on: [ubuntu-test]
15+
runs-on: [ubuntu-latest]
1516
steps:
1617
- name: Checkout Code
1718
uses: actions/checkout@v3

0 commit comments

Comments
 (0)