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 60694a0 commit afe4d19Copy full SHA for afe4d19
.github/workflows/CD.yml
@@ -47,7 +47,7 @@ jobs:
47
images: ${{ matrix.image }}
48
49
- name: Build and push Docker image
50
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v4
51
with:
52
context: .
53
file: docker/${{ matrix.dockerfile }}
0 commit comments