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 4a4a5cf commit 7fc6161Copy full SHA for 7fc6161
.github/workflows/docker.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@v3
34
-
35
name: Build logproxy
36
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v4
37
with:
38
context: ./
39
file: ./Dockerfile
.github/workflows/docker_tagged.yml
@@ -52,7 +52,7 @@ jobs:
52
53
name: Build and push
54
id: docker_build
55
56
57
58
0 commit comments