Skip to content

Commit ba448ce

Browse files
authored
Merge pull request #68 from LacledesLAN/dependabot/github_actions/docker/login-action-4.0.0
Bump docker/login-action from 3.7.0 to 4.0.0
2 parents 1ecc2ea + de87948 commit ba448ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
run: docker run --rm lacledeslan/gamesvr-garrysmod:latest /app/ll-tests/gamesvr-garrysmod.sh
3939
- name: Login to DockerHub
4040
if: ${{ github.event_name != 'pull_request' }}
41-
uses: docker/login-action@v3.7.0
41+
uses: docker/login-action@v4.0.0
4242
with:
4343
username: ${{ secrets.DOCKERHUB_USERNAME }}
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}
4545
- name: Login to GitHub Container Registry
4646
if: ${{ github.event_name != 'pull_request' }}
47-
uses: docker/login-action@v3.7.0
47+
uses: docker/login-action@v4.0.0
4848
with:
4949
registry: ghcr.io
5050
username: ${{ secrets.GHCR_USERNAME }}

0 commit comments

Comments
 (0)