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 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- 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
15
15
- name : Log in to Docker Hub
16
16
uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
17
17
with :
25
25
password : ${{ secrets.GITHUB_TOKEN }}
26
26
- name : Extract metadata (tags, labels) for Docker
27
27
id : meta
28
- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
28
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
29
29
with :
30
30
images : |
31
31
sphinxdoc/docker-ci
34
34
type=schedule,pattern={{date 'YYYY-MM-DD'}}
35
35
type=raw,value=latest,enable={{is_default_branch}}
36
36
- 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
38
38
with :
39
39
context : ci
40
40
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 18
18
context : latexpdf
19
19
steps :
20
20
- 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
23
23
- name : Log in to Docker Hub
24
24
uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
25
25
with :
@@ -33,14 +33,14 @@ jobs:
33
33
password : ${{ secrets.GITHUB_TOKEN }}
34
34
- name : Extract metadata (tags, labels) for Docker
35
35
id : meta
36
- uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
36
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
37
37
with :
38
38
images : |
39
39
sphinxdoc/${{ matrix.name }}
40
40
ghcr.io/sphinx-doc/${{ matrix.name }}
41
41
tags : type=pep440,pattern={{version}}
42
42
- 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
44
44
with :
45
45
context : ${{ matrix.context }}
46
46
platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments