Skip to content

Commit

Permalink
Merge pull request #363 from powerapi-ng/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-6.2.0

build(deps): bump docker/build-push-action from 6.1.0 to 6.2.0
  • Loading branch information
gfieni authored Jun 27, 2024
2 parents 7f60c01 + 3ace815 commit 01ce54e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: Build image
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
with:
push: false
provenance: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
type=pep440,pattern={{version}}
- name: Build and push Docker image
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
id: build-and-push
with:
push: true
Expand Down

0 comments on commit 01ce54e

Please sign in to comment.