diff --git a/.github/workflows/deploy-container-image.yml b/.github/workflows/deploy-container-image.yml index c34417194..ba76da222 100644 --- a/.github/workflows/deploy-container-image.yml +++ b/.github/workflows/deploy-container-image.yml @@ -24,13 +24,13 @@ jobs: uses: ./.github/actions/install - name: Log in to Docker Hub - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}