We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70285fc commit afb3f35Copy full SHA for afb3f35
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
fetch-depth: 0
54
- run: git fetch --force --tags
55
- name: Set up Docker Buildx
56
- uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
+ uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
57
- name: Build and push Docker image
58
run: docker buildx build --platform=linux/amd64,linux/arm64,linux/arm/v7 . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
59
- name: Log in to registry
0 commit comments