Skip to content

Commit

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

Bump docker/login-action from 2.1.0 to 2.2.0
  • Loading branch information
dudleycodes authored Jun 9, 2023
2 parents d17534b + 701875f commit 8352f5d
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 @@ -38,13 +38,13 @@ jobs:
run: docker run --rm lacledeslan/gamesvr-factorio:latest /app/ll-tests/gamesvr-factorio.sh
- name: Login to DockerHub
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.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@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
Expand Down

0 comments on commit 8352f5d

Please sign in to comment.