File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout source
25- uses : actions/checkout@v6.0.1
25+ uses : actions/checkout@v6.0.2
2626 with :
2727 fetch-depth : 0
2828 filter : tree:0
3636
3737 - name : Docker login
3838 if : github.event_name != 'pull_request'
39- uses : docker/login-action@v3.6 .0
39+ uses : docker/login-action@v3.7 .0
4040 with :
4141 username : ${{ secrets.DOCKER_USERNAME }}
4242 password : ${{ secrets.DOCKER_TOKEN }}
Original file line number Diff line number Diff line change 5959RUN <<EOF
6060 set -ex
6161 [ "$TARGETARCH" = "amd64" ] && arch="amd64" || arch="arm64"
62- version=0.30 .1
62+ version=0.31 .1
6363 curl -fsSL https://github.com/docker/buildx/releases/download/v$version/buildx-v$version.linux-$arch -o /usr/local/lib/docker/cli-plugins/docker-buildx
6464 chmod +x /usr/local/lib/docker/cli-plugins/docker-buildx
6565 docker buildx version
7070RUN <<EOF
7171 set -ex
7272 [ "$TARGETARCH" = "amd64" ] && arch="x86_64" || arch="aarch64"
73- version=5.0.1
73+ version=5.0.2
7474 curl -fsSL https://github.com/docker/compose/releases/download/v$version/docker-compose-linux-$arch -o /usr/local/lib/docker/cli-plugins/docker-compose
7575 chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
7676 docker compose version
You can’t perform that action at this time.
0 commit comments