From 819e791a0b2b05accff3581783c49e02c2e45ad2 Mon Sep 17 00:00:00 2001 From: Mat R <1577341+Ancient123@users.noreply.github.com> Date: Wed, 20 Apr 2022 10:10:43 -0600 Subject: [PATCH] Fix dockerfile paths. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b08c0b4..3b8a03dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,7 +133,7 @@ jobs: name: Build and Push Docker with: context: ./wallet-checkout/ - file: ./wallet.Dockerfile + file: ./wallet-checkout/wallet.Dockerfile platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} @@ -179,7 +179,7 @@ jobs: name: Build and Push Docker with: context: ./services-checkout/ - file: ./services.Dockerfile + file: ./services-checkout/services.Dockerfile platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}