File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 # this will work well with AWS Lambda.
5252 #
5353 # - name: Configure Docker for multi-arch builds#
54- # uses: docker/setup-qemu-action@v3
54+ # uses: docker/setup-qemu-action@v4
5555 #
5656 # - name: Build and push container image
5757 # run: |
6969 # see: https://github.com/actions/delete-package-versions/issues/90
7070 #
7171 # - name: Set up QEMU for docker multiarch builds
72- # uses: docker/setup-qemu-action@v3
72+ # uses: docker/setup-qemu-action@v4
7373 #
7474 # - name: Build and push container images
7575 # run: |
7979 # IMAGE_NAME: ghcr.io/myaccount/myrepo
8080
8181 - name : Configure Docker for multi-arch builds
82- uses : docker/setup-qemu-action@v3
82+ uses : docker/setup-qemu-action@v4
8383
8484 - name : Set up Docker buildx for multi-arch builds
8585 uses : docker/setup-buildx-action@v4
You can’t perform that action at this time.
0 commit comments