Skip to content

Commit

Permalink
Merge pull request #88 from No-Country-simulation/feat/perfil-section
Browse files Browse the repository at this point in the history
fix: agregando doble llave
  • Loading branch information
Moya30 authored Dec 19, 2024
2 parents 51b63e7 + dc3d880 commit 403d99a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mainClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
run: |
docker build \
--build-arg NEXT_PUBLIC_API_URL=${{ secrets.NEXT_PUBLIC_API_URL }} \
--build-arg NEXT_PUBLIC_CLIENT_ID=${NEXT_PUBLIC_CLIENT_ID} \
--build-arg CLIENT_SECRET=${CLIENT_SECRET} \
--build-arg NEXT_PUBLIC_CLIENT_ID=${{NEXT_PUBLIC_CLIENT_ID}} \
--build-arg CLIENT_SECRET=${{CLIENT_SECRET}} \
-t $GCLOUD_REGION-docker.pkg.dev/${{ secrets.GCLOUD_PROJECT_ID }}/klowhubnext-client/klowhub-client:${{ github.sha }} .
# 6.5. Limpiar imágenes antiguas
Expand Down

0 comments on commit 403d99a

Please sign in to comment.