We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc622a commit f594736Copy full SHA for f594736
.github/workflows/develop.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Build and push
36
id: docker_build
37
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
38
with:
39
context: ./
40
file: ./Dockerfile
.github/workflows/latest.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
.github/workflows/version.yml
@@ -38,7 +38,7 @@ jobs:
41
42
43
44
0 commit comments