Update docker/login-action action to v3
Some checks are pending
Build and Test / build-and-test (pull_request) Successful in 1m5s
Enable Auto Merge / auto-merge (pull_request) Has been skipped
Publish Docker image / Push Docker image to GitHub Packages (push) Waiting to run

This commit is contained in:
Renovate Bot 2024-07-01 17:00:56 +00:00
parent 2866671df5
commit 486ee23744

View file

@ -31,7 +31,7 @@ jobs:
with:
endpoint: builders
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: git.wbrawner.com
username: ${{ github.actor }}