File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Docker Buildx
2020 uses : docker/setup-buildx-action@v3
2121 - name : Build Dockerfile
22- uses : docker/build-push-action@v5
22+ uses : docker/build-push-action@v6
2323 with :
2424 context : ./devcontainer
2525 load : true
4040 - name : Set up Docker Buildx
4141 uses : docker/setup-buildx-action@v3
4242 - name : Build Dockerfile
43- uses : docker/build-push-action@v5
43+ uses : docker/build-push-action@v6
4444 with :
4545 context : ./autoconf
4646 build-args : AUTOCONF_VERSION=${{ matrix.autoconf_version }}
Original file line number Diff line number Diff line change 4040 username : ${{ github.actor }}
4141 password : ${{ secrets.GITHUB_TOKEN }}
4242 - name : Build and push
43- uses : docker/build-push-action@v5
43+ uses : docker/build-push-action@v6
4444 with :
4545 context : ./${{ inputs.package }}
4646 platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments