Skip to content

Commit

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

Bump docker/login-action from 1.10.0 to 2.2.0
  • Loading branch information
platinummonkey committed Sep 8, 2023
2 parents fcf4adb + 92d29a4 commit 61d97f2
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@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 61d97f2

Please sign in to comment.