Merge pull request 'Update docker/login-action action to v3' (#10) from renovate/docker-login-action-3.x into main
📦 Publish Docker Container / build (push) Successful in 8s Details
--> Linted: DOCKERFILE_HADOLINT No errors were found in the linting process Details
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITHUB_ACTIONS No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: JSON No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
🎨 Lint / lint (push) Successful in 31s Details

Reviewed-on: #10
This commit is contained in:
Chase 2024-04-26 04:52:00 +00:00
commit e487d4b107
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Build the Docker Image
run: docker build . --file Dockerfile --tag chase/lidarr-true-singles:latest --tag git.chse.dev/chase/lidarr-true-singles:latest
- name: Login to Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: git.chse.dev
username: chase