File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 11# --- base stage --- #
22
3- FROM alpine:3.18 AS base
3+ FROM alpine:3.19 AS base
44
55# hadolint ignore=DL3018
66RUN apk add --no-cache --update \
7- nodejs=18.17.0 -r0 \
7+ nodejs=18.18.2 -r0 \
88 git=2.40.1-r0 \
99 openssh=9.3_p2-r0 \
1010 ca-certificates=20230506-r0 \
Original file line number Diff line number Diff line change @@ -19,8 +19,5 @@ inputs:
1919 default : " 3000"
2020
2121runs :
22- using : ' node20'
23- main : ' dist/index.js'
24- post : ' dist/index.js'
25- post-if : success()
26-
22+ using : docker
23+ image : docker://ghcr.io/ahmadnassri/action-workflow-queue:1.2.0
Original file line number Diff line number Diff line change @@ -7,12 +7,11 @@ $about.description$
77
88$body$
99
10- ----
11- > Author: [Ahmad Nassri](https://www.ahmadnassri.com/) •
12- > Twitter : [@AhmadNassri ](https://twitter. com/AhmadNassri )
10+ ---
11+
12+ > Author : [Ahmad Nassri ](https://www.ahmadnassri. com/)
1313
1414[license-url]: LICENSE
1515[license-img]: https://badgen.net/github/license/$about.repository$
16-
1716[release-url]: https://github.com/$about.repository$/releases
1817[release-img]: https://badgen.net/github/release/$about.repository$
You can’t perform that action at this time.
0 commit comments