Skip to content

Commit 48cf17d

Browse files
authored
Merge pull request #281 from powerapi-ng/dependabot/github_actions/docker/build-push-action-5.3.0
build(deps): bump docker/build-push-action from 5.2.0 to 5.3.0
2 parents 44ae220 + 419594c commit 48cf17d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0
5959

6060
- name: Build image
61-
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
61+
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
6262
with:
6363
push: false
6464
provenance: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
type=pep440,pattern={{version}}
106106
107107
- name: Build and push Docker image
108-
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
108+
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
109109
id: build-and-push
110110
with:
111111
push: true

0 commit comments

Comments
 (0)