diff --git a/.github/workflows/build_project.yml b/.github/workflows/build_project.yml index eba3bb8..d5fc7fe 100644 --- a/.github/workflows/build_project.yml +++ b/.github/workflows/build_project.yml @@ -169,7 +169,7 @@ jobs: - name: Log in to the Docker github container registry if: ${{github.event_name == 'release' || (github.event_name == 'push' && github.ref_name == 'main')}} - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: registry: ${{ env.REGISTRY_GITHUB }} username: ${{ github.actor }} @@ -177,7 +177,7 @@ jobs: - name: Log in to the Docker container registry if: ${{github.event_name == 'release'}} - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}