Skip to content

Commit

Permalink
Merge pull request #56 from LacledesLAN/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3.1.0

Bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
dudleycodes committed Mar 18, 2024
2 parents 60e4570 + a0ab1a4 commit 21b9dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
run: docker run --rm lacledeslan/gamesvr-quake2:latest /app/ll-tests/gamesvr-quake2.sh
- name: Login to DockerHub
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
Expand Down

0 comments on commit 21b9dc0

Please sign in to comment.