File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v4
26
26
- name : Docker meta
27
27
id : meta
28
- uses : docker/metadata-action@v4
28
+ uses : docker/metadata-action@v5
29
29
with :
30
30
images : |
31
31
ghcr.io/${{ inputs.username }}/${{ inputs.name }}
@@ -34,19 +34,19 @@ jobs:
34
34
flavor : |
35
35
latest=true
36
36
- name : Login to GHCR
37
- uses : docker/login-action@v2
37
+ uses : docker/login-action@v3
38
38
with :
39
39
registry : ghcr.io
40
40
username : ${{ github.repository_owner }}
41
41
password : ${{ secrets.GH_TOKEN }}
42
42
- name : Set up QEMU
43
- uses : docker/setup-qemu-action@v1
43
+ uses : docker/setup-qemu-action@v3
44
44
with :
45
45
platforms : arm,arm64
46
46
- name : Set up buildx
47
- uses : docker/setup-buildx-action@v1
47
+ uses : docker/setup-buildx-action@v3
48
48
- name : push
49
- uses : docker/build-push-action@v3
49
+ uses : docker/build-push-action@v6
50
50
with :
51
51
context : ${{ inputs.folder }}
52
52
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 26
26
- name : Run Server
27
27
timeout-minutes : 10
28
28
run : npm start
29
- - uses : actions/upload-artifact@v3
29
+ - uses : actions/upload-artifact@v4
30
30
with :
31
31
name : SponsorTimesDB.db
32
32
path : databases/sponsorTimes.db
You can’t perform that action at this time.
0 commit comments