From 6569385fcb4259c1a0e8aff60efd1152e6ff81b0 Mon Sep 17 00:00:00 2001 From: syafiqparadisam Date: Fri, 1 Nov 2024 16:15:40 +0700 Subject: [PATCH] coba dynamic env variabel, salah syntax ci cd --- .github/workflows/cicd.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 7f75b9c..dfbf96b 100755 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -68,9 +68,4 @@ jobs: build-args: VITE_SERVICE_ID=${{secrets.VITE_SERVICE_ID}} VITE_PUBLIC_KEY=${{secrets.VITE_PUBLIC_KEY}} - VITE_TEMPLATE_ID=${{secrets.VITE_TEMPLATE_ID}} - - - - name: Push Docker image to Docker Hub - run: | - docker push ${{ secrets.DOCKER_USERNAME }}/portofolio:${{ secrets.DOCKER_PORTOFOLIO_TAGS_APP }} \ No newline at end of file + VITE_TEMPLATE_ID=${{secrets.VITE_TEMPLATE_ID}} \ No newline at end of file