We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e40c31 commit 576b332Copy full SHA for 576b332
.github/workflows/main.yaml
@@ -105,7 +105,7 @@ jobs:
105
- name: Set up Docker Buildx
106
uses: docker/setup-buildx-action@v3
107
- name: Build and push docker image
108
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
109
with:
110
push: false
111
tags: nestjs:latest
.github/workflows/pull_request.yaml
@@ -110,7 +110,7 @@ jobs:
112
113
114
115
116
0 commit comments