Skip to content

Commit

Permalink
Merge pull request #8 from tillsteinbach/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/login-action-1.10.0

Bump docker/login-action from 1.9.0 to 1.10.0
  • Loading branch information
tillsteinbach authored Jun 28, 2021
2 parents 094ffca + 1d3f295 commit e5613f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ jobs:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-weconnect-mqtt-${{ github.sha }}
- name: Login to DockerHub
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit e5613f7

Please sign in to comment.