diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index eee3007..2964418 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Log in to the Container registry - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}