Skip to content

Commit 2da1f33

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/login-action-2
2 parents 57c064c + 2379b72 commit 2da1f33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Build and push Docker image with Buildx (don't push on PR)
5454
# https://github.com/docker/build-push-action
5555
- name: Build and push Docker image
56-
uses: docker/build-push-action@v2
56+
uses: docker/build-push-action@v3
5757
with:
5858
context: .
5959
file: Dockerfile

.github/workflows/record.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout repository
4747
uses: actions/checkout@v3
4848
- name: Build local docker image
49-
uses: docker/build-push-action@v2
49+
uses: docker/build-push-action@v3
5050
with:
5151
context: .
5252
file: Dockerfile

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout repository
5353
uses: actions/checkout@v3
5454
- name: Build local docker image
55-
uses: docker/build-push-action@v2
55+
uses: docker/build-push-action@v3
5656
with:
5757
context: .
5858
file: Dockerfile

0 commit comments

Comments
 (0)