Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Fix dockerfile paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancient123 committed Apr 20, 2022
1 parent 841b2c5 commit 819e791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 819e791

Please sign in to comment.