workflows/docker: improve step names.

Co-authored-by: Markus Reiter <me@reitermark.us>
This commit is contained in:
Mike McQuaid 2024-11-15 17:15:04 +00:00 committed by GitHub
parent fb03a29ec6
commit e98fae8512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: