Skip to content

Commit

Permalink
feat(icon): icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sibas1 committed Dec 19, 2024
2 parents ccc3879 + 6e5f301 commit 0fb0f7a
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=${{ secrets.NEXT_PUBLIC_CLIENT_ID }} \
--build-arg CLIENT_SECRET=${{ secrets.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 0fb0f7a

Please sign in to comment.