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