Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from ViRb3/dependabot/github_actions/docker/lo…
Browse files Browse the repository at this point in the history
…gin-action-1.10.0

fix(deps): bump docker/login-action from 1.9.0 to 1.10.0
  • Loading branch information
ViRb3 authored Jul 14, 2021
2 parents 5bee035 + 9cadc21 commit d41ec70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Login to DockerHub
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit d41ec70

Please sign in to comment.