Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump docker/build-push-action from v1 to v2.2.1 #3549

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2020

Fixes: #3577

Bumps docker/build-push-action from v1 to v2.2.1.

Release notes

Sourced from docker/build-push-action's releases.

v2.2.1

  • Trim input list items (#249)
  • Bump semver from 7.3.2 to 7.3.4 (#243)
Commits
  • 0db984c Merge pull request #250 from crazy-max/master
  • 35e3637 Typo in README
  • a29353b Merge pull request #243 from docker/dependabot/npm_and_yarn/semver-7.3.4
  • 241c037 Update generated content
  • a6ea296 Merge pull request #249 from crazy-max/trim-inputlist-items
  • 13137a8 Trim input list items
  • 22b2fa6 Merge pull request #246 from malkam03/h-doubled-quotes
  • 9ada314 Apply suggestions
  • e53bafe Update documentation on escaping quotes
  • b9335d6 Bump semver from 7.3.2 to 7.3.4
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added c:deps Category: external dependencies c:testing Category: testing labels Dec 7, 2020
@dependabot dependabot bot force-pushed the dependabot/github_actions/docker/build-push-action-v2.2.1 branch 5 times, most recently from b2f6267 to c638b24 Compare December 10, 2020 12:26
@dependabot dependabot bot force-pushed the dependabot/github_actions/docker/build-push-action-v2.2.1 branch 4 times, most recently from 6ce9b0b to 1ae482f Compare December 17, 2020 08:32
@ptrus ptrus force-pushed the dependabot/github_actions/docker/build-push-action-v2.2.1 branch 4 times, most recently from d69f95d to 54df294 Compare December 17, 2020 09:39
Bumps [docker/build-push-action](https://github.com/docker/build-push-action)
from v1 to v2.2.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/
v1...0db984c1826869dcd0740ff26ff75ff543238fd9)

Signed-off-by: dependabot[bot] <support@github.com>
@ptrus ptrus force-pushed the dependabot/github_actions/docker/build-push-action-v2.2.1 branch 2 times, most recently from 548e2d4 to 27ea4f5 Compare December 17, 2020 10:08
@ptrus ptrus force-pushed the dependabot/github_actions/docker/build-push-action-v2.2.1 branch from 27ea4f5 to 6ebb7df Compare December 17, 2020 10:16
@codecov
Copy link

codecov bot commented Dec 17, 2020

Codecov Report

Merging #3549 (923e266) into master (210be20) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3549      +/-   ##
==========================================
+ Coverage   66.50%   66.55%   +0.05%     
==========================================
  Files         377      377              
  Lines       34562    34562              
==========================================
+ Hits        22984    23003      +19     
+ Misses       8254     8242      -12     
+ Partials     3324     3317       -7     
Impacted Files Coverage Δ
go/storage/api/metrics.go 81.53% <0.00%> (-9.24%) ⬇️
go/consensus/tendermint/abci/state/state.go 54.54% <0.00%> (-9.10%) ⬇️
go/worker/keymanager/handler.go 65.30% <0.00%> (-4.09%) ⬇️
go/storage/mkvs/prefetch.go 54.71% <0.00%> (-3.78%) ⬇️
go/worker/storage/service_external.go 44.44% <0.00%> (-3.71%) ⬇️
go/runtime/host/protocol/connection.go 54.69% <0.00%> (-3.68%) ⬇️
go/consensus/tendermint/full/services.go 81.35% <0.00%> (-1.70%) ⬇️
go/runtime/client/watcher.go 62.96% <0.00%> (-1.49%) ⬇️
go/storage/mkvs/iterator.go 78.83% <0.00%> (-1.46%) ⬇️
go/consensus/tendermint/abci/state.go 69.28% <0.00%> (-1.37%) ⬇️
... and 25 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5af6d91...923e266. Read the comment docs.

@ptrus ptrus requested a review from tjanez December 17, 2020 11:10
@ptrus
Copy link
Member

ptrus commented Dec 17, 2020

This is ready for review:
docker-build CI job test: https://github.com/oasisprotocol/oasis-core/pull/3549/checks?check_run_id=1569594686
buildkite with the build image test: https://buildkite.com/oasisprotocol/oasis-core-ci/builds/3242#_

cc @kostko @tjanez

@ptrus ptrus force-pushed the dependabot/github_actions/docker/build-push-action-v2.2.1 branch from 6ebb7df to 923e266 Compare December 17, 2020 11:11
Copy link
Member

@tjanez tjanez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ptrus, thanks for taking and fixing this long standing PR. Looks good!

@ptrus ptrus merged commit a6df4d5 into master Dec 17, 2020
@ptrus ptrus deleted the dependabot/github_actions/docker/build-push-action-v2.2.1 branch December 17, 2020 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:deps Category: external dependencies c:testing Category: testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix oasis-core-dev docker image build
3 participants