Skip to content

Commit cddcb08

Browse files
authored
Merge pull request #118 from acim/dependabot/github_actions/docker/login-action-3.2.0
Bump docker/login-action from 3.1.0 to 3.2.0
2 parents d3373b2 + 0a1e841 commit cddcb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "Flags: ${{ steps.buildx.outputs.flags }}"
3030
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
3131
- name: Login to container registry
32-
uses: docker/login-action@v3.1.0
32+
uses: docker/login-action@v3.2.0
3333
with:
3434
username: ${{ github.actor }}
3535
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)