From 6bf4fdb2316bcd6c4a60478751e1b657c4f7e199 Mon Sep 17 00:00:00 2001 From: sosthene Date: Wed, 9 Jul 2025 12:43:39 +0000 Subject: [PATCH] Remove ssh agent from cicd --- .github/workflows/cicd.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f225e71..ea9e027 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -15,11 +15,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Set up SSH agent - uses: webfactory/ssh-agent@v0.9.1 - with: - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -36,8 +31,6 @@ jobs: context: . push: true ssh: default - build-args: | - ENV_VARS=${{ secrets.ENV_VARS }} tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }}