Skip to content

Commit 7fc6161

Browse files
committed
Update build action
1 parent 4a4a5cf commit 7fc6161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v3
3434
-
3535
name: Build logproxy
36-
uses: docker/build-push-action@v2
36+
uses: docker/build-push-action@v4
3737
with:
3838
context: ./
3939
file: ./Dockerfile

.github/workflows/docker_tagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
-
5353
name: Build and push
5454
id: docker_build
55-
uses: docker/build-push-action@v2
55+
uses: docker/build-push-action@v4
5656
with:
5757
context: ./
5858
file: ./Dockerfile

0 commit comments

Comments
 (0)