We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f692d5c commit 6f50aacCopy full SHA for 6f50aac
.github/workflows/deploy-docker-image.yml
@@ -33,7 +33,7 @@ jobs:
33
34
# Sets up the Docker Buildx plugin to build multi-architecture Docker images
35
- name: Set up Docker Buildx
36
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
+ uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
37
38
# Authenticates with Docker Hub
39
- name: Login to Docker Hub
0 commit comments