From 5279ba2ae3d7ab4df73f954b1d96d5b2bf4b7a46 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 7 Feb 2023 12:16:59 +0100 Subject: [PATCH] Small formating --- .github/workflows/container-stable.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container-stable.yaml b/.github/workflows/container-stable.yaml index 2fd1471..16f2db9 100644 --- a/.github/workflows/container-stable.yaml +++ b/.github/workflows/container-stable.yaml @@ -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