Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit f7da01e

Browse files
authored
Merge pull request #83 from LacledesLAN/dependabot/github_actions/docker/login-action-3.6.0
Bump docker/login-action from 3.5.0 to 3.6.0
2 parents 5a872ca + 4010a3c commit f7da01e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-linux-bedrock-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
run: docker run --rm lacledeslan/gamesvr-minecraft:bedrock /app/ll-tests/gamesvr-bedrock-minecraft.sh
3838
- name: Login to DockerHub
3939
if: ${{ github.event_name != 'pull_request' }}
40-
uses: docker/login-action@v3.5.0
40+
uses: docker/login-action@v3.6.0
4141
with:
4242
username: ${{ secrets.DOCKERHUB_USERNAME }}
4343
password: ${{ secrets.DOCKERHUB_TOKEN }}
4444
- name: Login to GitHub Container Registry
4545
if: ${{ github.event_name != 'pull_request' }}
46-
uses: docker/login-action@v3.5.0
46+
uses: docker/login-action@v3.6.0
4747
with:
4848
registry: ghcr.io
4949
username: ${{ secrets.GHCR_USERNAME }}

.github/workflows/build-linux-java-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
run: docker run --rm lacledeslan/gamesvr-minecraft:latest /app/ll-tests/gamesvr-java-minecraft.sh
4242
- name: Login to DockerHub
4343
if: ${{ github.event_name != 'pull_request' }}
44-
uses: docker/login-action@v3.5.0
44+
uses: docker/login-action@v3.6.0
4545
with:
4646
username: ${{ secrets.DOCKERHUB_USERNAME }}
4747
password: ${{ secrets.DOCKERHUB_TOKEN }}
4848
- name: Login to GitHub Container Registry
4949
if: ${{ github.event_name != 'pull_request' }}
50-
uses: docker/login-action@v3.5.0
50+
uses: docker/login-action@v3.6.0
5151
with:
5252
registry: ghcr.io
5353
username: ${{ secrets.GHCR_USERNAME }}

0 commit comments

Comments
 (0)