Skip to content

Commit 648c045

Browse files
authored
Merge pull request #18 from blinklabs-io/dependabot/github_actions/docker/build-push-action-5
chore(deps): Bump docker/build-push-action from 3 to 5
2 parents fede4d4 + 483f61b commit 648c045

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
latest=false
3232
suffix=-amd64
3333
- name: build
34-
uses: docker/build-push-action@v3
34+
uses: docker/build-push-action@v5
3535
with:
3636
context: .
3737
push: false
@@ -68,7 +68,7 @@ jobs:
6868
latest=false
6969
suffix=-arm64v8
7070
- name: build
71-
uses: docker/build-push-action@v3
71+
uses: docker/build-push-action@v5
7272
with:
7373
context: .
7474
push: false

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# branch
5454
type=ref,event=branch
5555
- name: push
56-
uses: docker/build-push-action@v3
56+
uses: docker/build-push-action@v5
5757
with:
5858
context: .
5959
push: true
@@ -118,7 +118,7 @@ jobs:
118118
# branch
119119
type=ref,event=branch
120120
- name: push
121-
uses: docker/build-push-action@v3
121+
uses: docker/build-push-action@v5
122122
with:
123123
context: .
124124
push: true

0 commit comments

Comments
 (0)