diff --git a/.github/workflows/container_upload.yml b/.github/workflows/container_upload.yml index f5fd7b0..4914e5d 100644 --- a/.github/workflows/container_upload.yml +++ b/.github/workflows/container_upload.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v7 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}