We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3373b2 + 0a1e841 commit cddcb08Copy full SHA for cddcb08
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
echo "Flags: ${{ steps.buildx.outputs.flags }}"
30
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
31
- name: Login to container registry
32
- uses: docker/login-action@v3.1.0
+ uses: docker/login-action@v3.2.0
33
with:
34
username: ${{ github.actor }}
35
password: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments