File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
ref : ${{ github.event.pull_request.head.sha }}
26
26
- name : Docker meta (${{ matrix.module }})
27
27
id : meta
28
- uses : docker/metadata-action@v4
28
+ uses : docker/metadata-action@v5
29
29
with :
30
30
images : ghcr.io/tum-dev/gocast/${{ env.containername }}
31
31
tags : |
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v4
18
18
- name : Docker meta
19
19
id : meta
20
- uses : docker/metadata-action@v4
20
+ uses : docker/metadata-action@v5
21
21
with :
22
22
images : ghcr.io/tum-dev/gocast/tum-live
23
23
tags : |
Original file line number Diff line number Diff line change 25
25
ref : ${{ github.event.pull_request.head.sha }}
26
26
- name : Docker meta (${{ matrix.module }})
27
27
id : meta
28
- uses : docker/metadata-action@v4
28
+ uses : docker/metadata-action@v5
29
29
with :
30
30
images : ghcr.io/tum-dev/gocast/${{ env.containername }}
31
31
tags : |
You can’t perform that action at this time.
0 commit comments