Merge pull request '🔧 Renovate: Update (minor) docker/login-action action to v3.5.0' (#53) from renovate/github-actions-docker-login-action-v3-5-0 into main
Renovate / renovate (push) Successful in 2m19s
Renovate / renovate (push) Successful in 2m19s
Reviewed-on: #53
This commit was merged in pull request #53.
This commit is contained in:
@@ -340,7 +340,7 @@ jobs:
|
|||||||
# docker login -u gitea-sonarqube-bot -p ${RIKKU_REGISTRY_PASSWORD} git.trez.wtf
|
# docker login -u gitea-sonarqube-bot -p ${RIKKU_REGISTRY_PASSWORD} git.trez.wtf
|
||||||
|
|
||||||
- name: Login to registries
|
- name: Login to registries
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
|
||||||
with:
|
with:
|
||||||
registry-auth: |
|
registry-auth: |
|
||||||
- username: ${{ secrets.DOCKERHUB_USER }}
|
- username: ${{ secrets.DOCKERHUB_USER }}
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ jobs:
|
|||||||
notification_message: "Starting Docker Compose run..."
|
notification_message: "Starting Docker Compose run..."
|
||||||
|
|
||||||
- name: Login to registries
|
- name: Login to registries
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
|
||||||
with:
|
with:
|
||||||
registry-auth: |
|
registry-auth: |
|
||||||
- username: ${{ secrets.DOCKERHUB_USER }}
|
- username: ${{ secrets.DOCKERHUB_USER }}
|
||||||
|
|||||||
Reference in New Issue
Block a user