Skip to content

Commit

Permalink
Update build-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzuan authored Nov 18, 2024
1 parent a395f3f commit a731839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
--build-arg AZURE_AI_API_KEY=${{ secrets.AZURE_AI_API_KEY }} \
--build-arg AXIOM_SECRET_TOKEN=${{ secrets.AXIOM_SECRET_TOKEN }} \
--build-arg AXIOM_DATASET=${{ secrets.AXIOM_DATASET }} \
--build-arg REDIS_URL=${{ secrets.REDIS_URL }} \
--build-arg REDIS_URL="redis://xyzuan-redis.nginx_default:6379" \
-t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.BRANCH_NAME }} -f ${{ env.DOCKERFILE }} .
- name: Adding tags to the Images
Expand Down

0 comments on commit a731839

Please sign in to comment.