fixed paths and added unp
This commit is contained in:
@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: hadolint/hadolint-action@v3.1.0
|
||||
with:
|
||||
dockerfile: dockerfile/alpine/Dockerfile
|
||||
dockerfile: dockerfile/alpine
|
||||
|
||||
build:
|
||||
runs-on: k3s
|
||||
@ -28,4 +28,4 @@ jobs:
|
||||
cache: true
|
||||
username: rogersik
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
build_file: dockerfile/alpine/Dockerfile
|
||||
build_file: dockerfile/alpine
|
||||
|
@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: hadolint/hadolint-action@v3.1.0
|
||||
with:
|
||||
dockerfile: dockerfile/ubuntu/Dockerfile
|
||||
dockerfile: dockerfile/ubuntu
|
||||
|
||||
build:
|
||||
runs-on: k3s
|
||||
@ -28,4 +28,4 @@ jobs:
|
||||
cache: true
|
||||
username: rogersik
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
build_file: dockerfile/ubuntu/Dockerfile
|
||||
build_file: dockerfile/ubuntu
|
||||
|
@ -13,7 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: hadolint/hadolint-action@v3.1.0
|
||||
with:
|
||||
dockerfile: Dockerfile/alpine/
|
||||
dockerfile: dockerfile/alpine
|
||||
|
||||
build:
|
||||
runs-on: k3s
|
||||
@ -29,4 +29,4 @@ jobs:
|
||||
cache: true
|
||||
username: rogersik
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
build_file: dockerfile/aline/Dockerfile
|
||||
build_file: dockerfile/alpine
|
||||
|
@ -13,7 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: hadolint/hadolint-action@v3.1.0
|
||||
with:
|
||||
dockerfile: Dockerfile/ubuntu/
|
||||
dockerfile: dockerfile/ubuntu
|
||||
|
||||
build:
|
||||
runs-on: k3s
|
||||
@ -29,4 +29,4 @@ jobs:
|
||||
cache: true
|
||||
username: rogersik
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
build_file: dockerfile/aline/Dockerfile
|
||||
build_file: dockerfile/ubuntu
|
||||
|
Reference in New Issue
Block a user