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

Fix Docker Action migration from v1 to v2 #42

Merged
merged 1 commit into from
Oct 9, 2020

Conversation

gianarb
Copy link
Contributor

@gianarb gianarb commented Oct 8, 2020

I trusted too much the green check in CI and I didn't notice the
warning:

Warning: Unexpected input(s) 'registry', 'tag_with_sha', valid inputs are ['builder', 'context', 'file', 'build-args', 'labels', 'tags', 'pull', 'target', 'allow', 'no-cache', 'platforms', 'load', 'push', 'outputs', 'cache-from', 'cache-to', 'secrets', 'github-token']

This should fix the issue as explained here https://github.com/docker/build-push-action/blob/818fbc81014f50430ad3c990e14d744b09e3b80d/UPGRADE.md#tags-with-ref-and-git-labels

@gianarb gianarb requested review from mmlb, parauliya and a team October 8, 2020 13:53
@gianarb gianarb added the kind/bug Categorizes issue or PR as related to a bug. label Oct 8, 2020
parauliya
parauliya previously approved these changes Oct 8, 2020
Copy link
Contributor

@parauliya parauliya left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link

codecov bot commented Oct 8, 2020

Codecov Report

Merging #42 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #42   +/-   ##
=======================================
  Coverage   23.95%   23.95%           
=======================================
  Files           5        5           
  Lines         501      501           
=======================================
  Hits          120      120           
  Misses        359      359           
  Partials       22       22           

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 1c9e1e1...c185a3d. Read the comment docs.

I trusted too much the green check in CI and I didn't notice the
warning:

```
Warning: Unexpected input(s) 'registry', 'tag_with_sha', valid inputs are ['builder', 'context', 'file', 'build-args', 'labels', 'tags', 'pull', 'target', 'allow', 'no-cache', 'platforms', 'load', 'push', 'outputs', 'cache-from', 'cache-to', 'secrets', 'github-token']
```

This should fix the issue as explained here https://github.com/docker/build-push-action/blob/818fbc81014f50430ad3c990e14d744b09e3b80d/UPGRADE.md#tags-with-ref-and-git-labels

Signed-off-by: Gianluca Arbezzano <[email protected]>
@gianarb gianarb force-pushed the hotfix/hegel-image-tags branch from 662a8e2 to c185a3d Compare October 8, 2020 14:31
@parauliya parauliya self-requested a review October 9, 2020 04:53
Copy link
Contributor

@parauliya parauliya left a comment

Choose a reason for hiding this comment

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

LGTM

@parauliya parauliya merged commit d59e856 into master Oct 9, 2020
@parauliya parauliya deleted the hotfix/hegel-image-tags branch October 9, 2020 06:09
@parauliya parauliya added the ready-to-merge Signal to Mergify to merge the PR. label Oct 9, 2020
@parauliya parauliya restored the hotfix/hegel-image-tags branch October 9, 2020 06:42
@gianarb gianarb deleted the hotfix/hegel-image-tags branch October 9, 2020 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. ready-to-merge Signal to Mergify to merge the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants