We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef64d1 commit 6cf3db2Copy full SHA for 6cf3db2
.github/workflows/ci.yml
@@ -143,7 +143,7 @@ jobs:
143
ghcr.io/descope/${{ env.IMAGE_NAME }}
144
${{ steps.login-ecr.outputs.registry }}/descope/${{ env.IMAGE_NAME }}
145
- name: Set up Docker Buildx
146
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
+ uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
147
- name: Build and push
148
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
149
with:
0 commit comments