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

Commit

Permalink
changed docker build path to backend/
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Mansfield committed Sep 22, 2023
1 parent 13ecb3b commit 13271ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build Image
uses: docker/[email protected]
with:
context: .
context: backend/
target: ${{ matrix.target }}
push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
load: ${{ !(github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) }}
Expand Down

0 comments on commit 13271ca

Please sign in to comment.