Fix Dockerfile path
This commit is contained in:
parent
82b94d79c6
commit
977c7560e4
4
.github/workflows/container-stable.yaml
vendored
4
.github/workflows/container-stable.yaml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: ./dockerfiles
|
||||
file: ./Dockerfile-helmfile
|
||||
file: ./dockerfiles/Dockerfile-helmfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
@ -71,7 +71,7 @@ jobs:
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: ./dockerfiles
|
||||
file: ./Dockerfile-argo
|
||||
file: ./dockerfiles/Dockerfile-argo
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
|
Reference in New Issue
Block a user