Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28
platforms: linux/amd64,linux/arm64
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
# TODO: Replace docker-compose in each Makefile and then delete it.
- name: Add docker-compose
run: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28
platforms: linux/amd64,linux/arm64
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
# TODO: Replace docker-compose in each Makefile and then delete it.
- name: Add docker-compose
run: |
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
with:
username: ${{ secrets.CW_DOCKER_HUB_USERNAME }}
password: ${{ secrets.CW_DOCKER_HUB_TOKEN }}
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
- run: make ci:diff
- name: Install hub-tool
run: |
Expand Down