File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
35
35
services :
36
36
redis :
37
- image : redis@sha256:b3ad79880c88e302deb5e0fed6cee3e90c0031eb90cd936b01ef2f83ff5b3ff2
37
+ image : redis@sha256:dbf3e4b6ad3ece9c733282ff3f16942ed754fdc4ea12332154f30a9a9b88c3af
38
38
ports :
39
39
- 6379:6379
40
40
options : >-
Original file line number Diff line number Diff line change 34
34
35
35
services :
36
36
redis :
37
- image : redis@sha256:b3ad79880c88e302deb5e0fed6cee3e90c0031eb90cd936b01ef2f83ff5b3ff2
37
+ image : redis@sha256:dbf3e4b6ad3ece9c733282ff3f16942ed754fdc4ea12332154f30a9a9b88c3af
38
38
ports :
39
39
- 6379:6379
40
40
options : >-
Original file line number Diff line number Diff line change 34
34
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
35
35
- name : Build and push Docker image
36
36
id : push
37
- uses : docker/build-push-action@0788c444d8b4d67580213712e34a148cae3a6c4e
37
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
38
38
with :
39
39
context : .
40
40
push : true
Original file line number Diff line number Diff line change 16
16
- name : Setup Bun
17
17
uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
18
18
- name : Setup Biome
19
- uses : biomejs/setup-biome@f382a98e582959e6aaac8e5f8b17b31749018780 # v2
19
+ uses : biomejs/setup-biome@a9763ed3d2388f5746f9dc3e1a55df7f4609bc89 # v2
20
20
# lint
21
21
- run : bun install
22
22
- run : bun lint:docs:ja
30
30
- name : Setup Bun
31
31
uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
32
32
- name : Setup Biome
33
- uses : biomejs/setup-biome@f382a98e582959e6aaac8e5f8b17b31749018780 # v2
33
+ uses : biomejs/setup-biome@a9763ed3d2388f5746f9dc3e1a55df7f4609bc89 # v2
34
34
- run : bunx dockerlint Dockerfile
35
35
hadolint :
36
36
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
- FROM oven/bun:alpine@sha256:b5d37e653d1b86f23c15ecac4f3f9b4a5572045f16258637e033a2b16b317926
1
+ FROM oven/bun:alpine@sha256:37b37b8cefbf88956d4cbecbc5b3ac4b3f1a9fb051f745c98a4bc6f5f285aacb
2
2
3
3
WORKDIR /home/bun/app
4
4
COPY tsconfig.json ./
Original file line number Diff line number Diff line change 2
2
3
3
services :
4
4
redis :
5
- image : redis:alpine@sha256:62b5498c91778f738f0efbf0a6fd5b434011235a3e7b5f2ed4a2c0c63bb1c786
5
+ image : redis:alpine@sha256:48501c5ad00d5563bc30c075c7bcef41d7d98de3e9a1e6c752068c66f0a8463b
6
6
ports :
7
7
- " 6379:6379"
8
8
volumes :
You can’t perform that action at this time.
0 commit comments