Skip to content

Commit

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

Bump docker/login-action from 3.1.0 to 3.2.0
acim authored May 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents d3373b2 + 0a1e841 commit cddcb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
echo "Flags: ${{ steps.buildx.outputs.flags }}"
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Login to container registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
username: ${{ github.actor }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 comments on commit cddcb08

Please sign in to comment.