Skip to content

Commit

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

build(deps): bump docker/login-action from 3.1.0 to 3.2.0
  • Loading branch information
awlayton authored May 31, 2024
2 parents 2d58218 + 72cb57a commit b053e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.dockerhub_username }}
password: ${{ secrets.dockerhub_token }}
Expand All @@ -141,7 +141,7 @@ jobs:

- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit b053e0f

Please sign in to comment.