File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
- name : Checkout repository
23
23
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
24
- name : Log in to the Container registry
25
- uses : docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
25
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
26
26
with :
27
27
registry : ${{ env.REGISTRY }}
28
28
username : ${{ github.actor }}
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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
37
+ uses : docker/build-push-action@84ad562665bb303b549fec655d1b64f9945f3f91
38
38
with :
39
39
context : .
40
40
push : true
Original file line number Diff line number Diff line change 1
- FROM oven/bun:alpine@sha256:66169513f6c6c653b207a4f198695a3a9750ed0ae7b1088d4a8fc09a3a0d41dc
1
+ FROM oven/bun:alpine@sha256:7e2dca828e045e25c417b9b476445e4461424bb74df8288956b820057f2ece4c
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