Skip to content

Commit

Permalink
Merge pull request #39 from firefart/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3.1.0

Bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
firefart authored Mar 14, 2024
2 parents e351f30 + 3d04945 commit c4b2c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
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
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit c4b2c14

Please sign in to comment.