File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- run : bun install
16
16
- run : bun test
17
17
- name : Coveralls
18
- uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2
18
+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
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@67a2d409c0a876cbe6b11854e3e25193efe4e62d
37
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
38
38
with :
39
39
context : .
40
40
push : true
41
41
tags : ${{ steps.meta.outputs.tags }}
42
42
labels : ${{ steps.meta.outputs.labels }}
43
43
44
44
- name : Generate artifact attestation
45
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2
45
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2
46
46
with :
47
47
subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
48
48
subject-digest : ${{ steps.push.outputs.digest }}
Original file line number Diff line number Diff line change 1
- FROM oven/bun:alpine@sha256:ae1ee3f0e326ad8ae886bd500929e7f4fcb4986a1455d6d6ab2f3c2498036aad
1
+ FROM oven/bun:alpine@sha256:fc66d85880a740870ff384fc344379715a8d5ffa7acf1e8ac07e90b46eea07e7
2
2
3
3
WORKDIR /home/bun/app
4
4
COPY tsconfig.json ./
You can’t perform that action at this time.
0 commit comments