We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4034d7d commit dfd5d0aCopy full SHA for dfd5d0a
1 file changed
.github/workflows/build-push-image.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Build and push image
21
id: docker_build
22
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v5.1.0
23
with:
24
context: ./
25
file: ./Dockerfile
0 commit comments