Skip to content

Commit

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

build(deps): bump docker/build-push-action from 6.0.1 to 6.1.0
  • Loading branch information
gfieni authored Jun 21, 2024
2 parents db19e0c + a52a5e7 commit 95b6130
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@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.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@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
id: build-and-push
with:
push: true
Expand Down

0 comments on commit 95b6130

Please sign in to comment.