Skip to content

Commit

Permalink
Use correct Dockerfile when building CrdtMerge
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Oct 29, 2024
1 parent 7871c91 commit b6cad93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lexbox-crdtmerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
- uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
with:
context: backend
file: backend/CrdtMerge/Dockerfile
build-args: |
APP_VERSION=${{ inputs.version }}
push: ${{ !env.ACT && github.repository == 'sillsdev/languageforge-lexbox' }}
Expand Down

0 comments on commit b6cad93

Please sign in to comment.