reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | README | LICENSE

commit 41dafb72a78ced199355ed84932429675ceb1f28
parent 99633bfc12c3996b137acb0126a8c2f6973cff61
Author: iostpa <iostpa@iostpa.com>
Date:   Sat, 28 Mar 2026 21:45:00 +0200

Merge pull request #25 from iostpa/renovate/docker-login-action-4.x

Update docker/login-action action to v4
Diffstat:
M.github/workflows/publish.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }}
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror