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: |