Add docker images #5
4
.github/workflows/container-stable.yaml
vendored
4
.github/workflows/container-stable.yaml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
context: ./dockerfiles
|
context: ./dockerfiles
|
||||||
file: ./Dockerfile-helmfile
|
file: ./dockerfiles/Dockerfile-helmfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
@ -71,7 +71,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
context: ./dockerfiles
|
context: ./dockerfiles
|
||||||
file: ./Dockerfile-argo
|
file: ./dockerfiles/Dockerfile-argo
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
Reference in New Issue
Block a user