Skip to content

Commit 275f813

Browse files
committed
dec-15 create docker linting in github
1 parent 39017a6 commit 275f813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
lint:
1313
name: lint dockerfiles
14-
runs-on: ubuntu-test
14+
runs-on: [ubuntu-test]
1515
steps:
1616
- name: Checkout Code
1717
uses: actions/checkout@v3

0 commit comments

Comments
 (0)