Skip to content

Commit

Permalink
updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
crypticmeta committed Aug 30, 2024
1 parent ad74ece commit aeed96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Build ordapi image
run: |
docker build \
docker build --no-cache \
-t ${{ env.IMAGE_NAME }} . \
--build-arg MONGODB_URI=${{ secrets.MONGODB_URI }}
Expand Down

0 comments on commit aeed96a

Please sign in to comment.