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