From 977c7560e46fd7d1a0194be24d04da50fd35cbbd Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 7 Feb 2023 20:07:57 +0100 Subject: [PATCH] Fix Dockerfile path --- .github/workflows/container-stable.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-stable.yaml b/.github/workflows/container-stable.yaml index 6962e24..95db02a 100644 --- a/.github/workflows/container-stable.yaml +++ b/.github/workflows/container-stable.yaml @@ -53,7 +53,7 @@ jobs: with: builder: ${{ steps.buildx.outputs.name }} context: ./dockerfiles - file: ./Dockerfile-helmfile + file: ./dockerfiles/Dockerfile-helmfile platforms: linux/amd64,linux/arm64 push: true tags: | @@ -71,7 +71,7 @@ jobs: with: builder: ${{ steps.buildx.outputs.name }} context: ./dockerfiles - file: ./Dockerfile-argo + file: ./dockerfiles/Dockerfile-argo platforms: linux/amd64,linux/arm64 push: true tags: |