From 063aa8ba86f11b61e1f1a8cb47661bef06d3d836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:10:04 +0200 Subject: [PATCH] Bump docker/login-action from 3.4.0 to 3.5.0 (#161) --- .github/workflows/pushimage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pushimage.yaml b/.github/workflows/pushimage.yaml index d62d104..0b46642 100644 --- a/.github/workflows/pushimage.yaml +++ b/.github/workflows/pushimage.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 with: registry: https://ghcr.io username: ${{ github.actor }}