Add docker images #5
6
.github/workflows/container-stable.yaml
vendored
6
.github/workflows/container-stable.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.CR_PAT }}
|
password: ${{ secrets.CR_PAT }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build base
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
context: ./dockerfiles
|
context: ./dockerfiles
|
||||||
file: ./Dockerfile-helmfile
|
file: ./Dockerfile-helmfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: false
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}-helmfile:latest
|
ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}-helmfile:latest
|
||||||
ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}-helmfile:stable
|
ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}-helmfile:stable
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
context: ./dockerfiles
|
context: ./dockerfiles
|
||||||
file: ./Dockerfile-argo
|
file: ./Dockerfile-argo
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: false
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}-argo:latest
|
ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}-argo:latest
|
||||||
ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}-argo:stable
|
ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}-argo:stable
|
||||||
|
Reference in New Issue
Block a user