Skip to content

Commit aa10e02

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 2dd2753 commit aa10e02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-conntrackd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Build and publish
5252
id: build-and-push
53-
uses: docker/build-push-action@v6
53+
uses: docker/build-push-action@v7
5454
with:
5555
context: .
5656
file: Containerfile.conntrackd

.github/workflows/build-keepalived.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Build and publish
9090
id: build-and-push
91-
uses: docker/build-push-action@v6
91+
uses: docker/build-push-action@v7
9292
with:
9393
context: .
9494
file: Containerfile.keepalived

0 commit comments

Comments
 (0)