From e98fae851296150866cd234cdbc615f0cfed800c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 15 Nov 2024 17:15:04 +0000 Subject: [PATCH] workflows/docker: improve step names. Co-authored-by: Markus Reiter --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 373cb507c3..4fd273a5c5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -103,7 +103,7 @@ jobs: fi } | tee -a "${GITHUB_OUTPUT}" - - name: Log in to GitHub Packages + - name: Log in to GitHub Packages (github-actions[bot]) uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 with: registry: ghcr.io @@ -123,7 +123,7 @@ jobs: - name: Run brew test-bot --only-setup run: docker run --rm brew brew test-bot --only-setup - - name: Log in to GitHub Packages (again) + - name: Log in to GitHub Packages (BrewTestBot) if: steps.attributes.outputs.push == 'true' uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 with: