@@ -13,32 +13,32 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Get Short SHA
16
- uses : benjlevesque/short-sha@v2.1
16
+ uses : benjlevesque/short-sha@v2.2
17
17
id : short-sha
18
18
with :
19
19
length : 7
20
20
21
21
- name : Checkout
22
- uses : actions/checkout@v3.4.0
22
+ uses : actions/checkout@v4.1.1
23
23
24
24
- name : Log into GHCR
25
25
run : echo "${{ secrets.GIT_TOKEN }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
26
26
27
27
- name : Set up QEMU
28
- uses : docker/setup-qemu-action@v2.1 .0
28
+ uses : docker/setup-qemu-action@v3.0 .0
29
29
with :
30
30
image : tonistiigi/binfmt:latest
31
31
platforms : all
32
32
33
33
- name : Set up Docker Buildx
34
- uses : docker/setup-buildx-action@v2.5 .0
34
+ uses : docker/setup-buildx-action@v3.0 .0
35
35
with :
36
36
install : true
37
37
version : latest
38
38
driver-opts : image=moby/buildkit:master
39
39
40
40
- name : Build and push amd64
41
- uses : docker/build-push-action@v4
41
+ uses : docker/build-push-action@v5.1.0
42
42
with :
43
43
context : ./
44
44
file : ./Dockerfile
53
53
ARCH=amd64
54
54
55
55
- name : Build and push aarch64
56
- uses : docker/build-push-action@v4
56
+ uses : docker/build-push-action@v5.1.0
57
57
with :
58
58
context : ./
59
59
file : ./Dockerfile
82
82
topic : ${{ secrets.NTFY_TOPIC }}
83
83
tags : github,action,+1,partying_face
84
84
priority : 4
85
+ image : true
86
+ actions : ' default'
85
87
details : ' Workflow has been completed successfully!'
86
88
headers : ' ${{ secrets.NTFY_HEADERS }}'
87
89
93
95
topic : ${{ secrets.NTFY_TOPIC }}
94
96
tags : github,action,failed,rotating_light
95
97
priority : 5
98
+ image : true
99
+ actions : ' default'
96
100
details : ' Workflow has failed!'
97
101
headers : ' ${{ secrets.NTFY_HEADERS }}'
98
102
@@ -105,3 +109,5 @@ jobs:
105
109
tags : github,action,cancelled,skull
106
110
details : ' Workflow has been cancelled!'
107
111
headers : ' ${{ secrets.NTFY_HEADERS }}'
112
+ image : true
113
+ actions : ' default'
0 commit comments