Skip to content

Commit

Permalink
Merge pull request #119 from deepch/renovate/docker-login-action-1.x
Browse files Browse the repository at this point in the history
Update docker/login-action action to v1.14.1
  • Loading branch information
allenporter authored Mar 12, 2022
2 parents 99f2c9b + 337515a commit db978ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v1.6.0

- name: Docker Login
uses: docker/login-action@v1.13.0
uses: docker/login-action@v1.14.1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit db978ab

Please sign in to comment.