We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5528ec0 commit 1dfa19cCopy full SHA for 1dfa19c
.github/workflows/docker-push.yaml
@@ -34,7 +34,7 @@ jobs:
34
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
35
- name: Build and push Docker image
36
id: push
37
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
+ uses: docker/build-push-action@84ad562665bb303b549fec655d1b64f9945f3f91
38
with:
39
context: .
40
push: true
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM oven/bun:alpine@sha256:66169513f6c6c653b207a4f198695a3a9750ed0ae7b1088d4a8fc09a3a0d41dc
+FROM oven/bun:alpine@sha256:7e2dca828e045e25c417b9b476445e4461424bb74df8288956b820057f2ece4c
2
3
WORKDIR /home/bun/app
4
COPY tsconfig.json ./
0 commit comments