From 1d150f24ddf73fe9eeb50e38b400a40ca0465e8d Mon Sep 17 00:00:00 2001 From: IMISSHER99 <145341240+IMISSHER99@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:26:20 +0530 Subject: [PATCH] Feature (#38) * Created a dummy header component * Added CSS * Created github action * Added on click to the function to change styles for other component * Changed Order lets see if push works now * Added Responsive styles * Added Mobile Icons * added Navigation Dropdown component * Changed Font added Navigation Drodown * Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding. * Addded Menu and website page * Implementing Dropdown in the early stages still not complete yet * Dropdown partially completed * Added Permissions * Added Worflow Run Functionality * ADDED PREMISSION FOR WRITING * Added Permissions (#23) * Updated Dependencies * Added Comments * Removed On Push run * Updated Dropdown component and also added filters * Updated Filter Component * Created Github action to push image to artifcatory. Testing if authentication works * Authentication works, checking if setup and cli works * Authentication successfully trying to push image to artifactory now * Updated Docker file --------- Co-authored-by: Amith --- .github/workflows/gcp_deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gcp_deployment.yaml b/.github/workflows/gcp_deployment.yaml index 84ee879..0943ac0 100644 --- a/.github/workflows/gcp_deployment.yaml +++ b/.github/workflows/gcp_deployment.yaml @@ -45,7 +45,8 @@ jobs: gcloud auth configure-docker ${{ env.REGION }}-docker.pkg.dev --quiet - name: Build image - run: docker build . --tag ${{ env.REPOSITORY }} + run: docker build . --file Dockerfile --tag ${{ env.REPOSITORY }} + working-directory: WORKING_DIRECTORY - name: Push image