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