File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
13- - uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3 .0
14- - uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
13+ - uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
14+ - uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
1515 - name : Log in to Docker Hub
1616 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
1717 with :
2525 password : ${{ secrets.GITHUB_TOKEN }}
2626 - name : Extract metadata (tags, labels) for Docker
2727 id : meta
28- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
28+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
2929 with :
3030 images : |
3131 sphinxdoc/docker-ci
3434 type=schedule,pattern={{date 'YYYY-MM-DD'}}
3535 type=raw,value=latest,enable={{is_default_branch}}
3636 - name : Build and push Docker image
37- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
37+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
3838 with :
3939 context : ci
4040 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 1818 context : latexpdf
1919 steps :
2020 - uses : actions/checkout@v4
21- - uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3 .0
22- - uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
21+ - uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
22+ - uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
2323 - name : Log in to Docker Hub
2424 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
2525 with :
@@ -33,14 +33,14 @@ jobs:
3333 password : ${{ secrets.GITHUB_TOKEN }}
3434 - name : Extract metadata (tags, labels) for Docker
3535 id : meta
36- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
36+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
3737 with :
3838 images : |
3939 sphinxdoc/${{ matrix.name }}
4040 ghcr.io/sphinx-doc/${{ matrix.name }}
4141 tags : type=pep440,pattern={{version}}
4242 - name : Build and push Docker image
43- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
43+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
4444 with :
4545 context : ${{ matrix.context }}
4646 platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments