Skip to content

Commit

Permalink
Bump docker/build-push-action from 2 to 3 (#9853)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 9, 2022
1 parent bbb5254 commit ddff476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tracegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Build tracegen
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: tracegen
push: false
Expand All @@ -34,7 +34,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push tracegen to Github packages
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: tracegen
push: true
Expand Down

0 comments on commit ddff476

Please sign in to comment.