Skip to content

Commit

Permalink
Merge pull request #690 from unpoller/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-3.1.0

Bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
platinummonkey committed Mar 18, 2024
2 parents fcdf387 + 9ad1f4c commit c5a60f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- 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.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Docker Hub
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit c5a60f2

Please sign in to comment.