We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee760ac commit a2ecb2dCopy full SHA for a2ecb2d
.github/workflows/build-image.yml
@@ -39,7 +39,7 @@ jobs:
39
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
40
41
- name: Login to DockerHub
42
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
43
with:
44
username: ${{ secrets.DOCKERHUB_USERNAME }}
45
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments