Skip to content

Commit

Permalink
Merge pull request #383 from mediagis/bump-ci-dependencies
Browse files Browse the repository at this point in the history
Also update login-action
  • Loading branch information
leonardehrenfried authored Oct 14, 2022
2 parents 70ead7e + 25eb1ed commit 10fc9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Login to DockerHub
if: ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'mediagis' }}
uses: docker/login-action@v1
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 10fc9e4

Please sign in to comment.