From 48455841e3a59cb313b182924743dccfd9eaab5a Mon Sep 17 00:00:00 2001 From: alavenant Date: Tue, 19 Aug 2025 11:58:30 +0200 Subject: [PATCH] Update cicd_deploy.yml --- .github/workflows/cicd_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd_deploy.yml b/.github/workflows/cicd_deploy.yml index e3cd8b3..80b96a4 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -52,7 +52,7 @@ jobs: # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@v3.4 + uses: docker/login-action@v2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -114,4 +114,4 @@ jobs: run: make build - name: pypi-publish - uses: pypa/gh-action-pypi-publish@v1.12.4 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@v1.12.4