Version v0.1.2
This commit is contained in:
4
.github/workflows/container-version.yaml
vendored
4
.github/workflows/container-version.yaml
vendored
@ -52,6 +52,8 @@ jobs:
|
||||
- name: Build helmfile
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
build-args: |
|
||||
BASE_VERSION=${{ env.TAG }}
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: ./dockerfiles
|
||||
file: ./dockerfiles/Dockerfile-helmfile
|
||||
@ -70,6 +72,8 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
build-args: |
|
||||
BASE_VERSION=${{ env.TAG }}
|
||||
context: ./dockerfiles
|
||||
file: ./dockerfiles/Dockerfile-argo
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
Reference in New Issue
Block a user