diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0f2850..dd9e85f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the container registry - uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0 + uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}