diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a8c5dc7..c98be72 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -49,7 +49,7 @@ jobs: - name: 'Login to Dockerhub registry' if: ${{ github.event_name == 'push' }} - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: devoxa password: ${{ secrets.DOCKERHUB_TOKEN }}