Skip to content

Commit

Permalink
Merge pull request #105 from Qlever-LLC/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3.0.0

build(deps): bump docker/login-action from 2.2.0 to 3.0.0
  • Loading branch information
awlayton authored Sep 25, 2023
2 parents 108c886 + ef0b588 commit 0d0126f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ jobs:
- name: Login to DockerHub
if: ${{ env.DOCKERHUB_PUSH && github.event_name != 'pull_request' }}
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.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.2.0
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 0d0126f

Please sign in to comment.