Skip to content

Commit

Permalink
minor fix on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
avukalov committed Oct 6, 2024
1 parent 1987580 commit 297f255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
docker build . \
--file Dockerfile \
--tag avukalov/next-dashboard:latest
--build-arg NEXT_PUBLIC_HASURA_WS=${{ secrets.NEXT_PUBLIC_HASURA_WS }} \
--build-arg HASURA_URL=${{ secrets.HASURA_URL }} \
--build-arg HASURA_SECRET=${{ secrets.HASURA_SECRET }} \
--build-arg NEXT_PUBLIC_HASURA_WS_ARG=${{ secrets.NEXT_PUBLIC_HASURA_WS }} \
--build-arg HASURA_URL_ARG=${{ secrets.HASURA_URL }} \
--build-arg HASURA_SECRET_ARG=${{ secrets.HASURA_SECRET }} \
- name: Push the Docker image
run: |
Expand Down

0 comments on commit 297f255

Please sign in to comment.