reviewbot

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

commit 99633bfc12c3996b137acb0126a8c2f6973cff61
parent c4733f532756fc0a0ebdaa1793028e421f56aadb
Author: iostpa <iostpa@iostpa.com>
Date:   Sat, 28 Mar 2026 21:44:54 +0200

Merge pull request #24 from iostpa/renovate/docker-build-push-action-7.x

Update docker/build-push-action action to v7
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 @@ -30,7 +30,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GHCR_TOKEN }} - name: Build and Push Docker Image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: true
© 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