From 7fe8004d41e73d778b8b28069fa9c84e691f2a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 13:57:16 +0200 Subject: [PATCH] Bump docker/login-action from 3.3.0 to 3.4.0 (#36) --- .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 9dc6491..445c51e 100644 --- a/.github/workflows/pushimage.yaml +++ b/.github/workflows/pushimage.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 with: registry: https://ghcr.io username: ${{ github.actor }}