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 conditions for Docker build and cache name #3340

Merged
merged 1 commit into from Dec 7, 2022

Conversation

lucacome
Copy link
Member

@lucacome lucacome commented Dec 7, 2022

The variables like needs.check.outputs.needs-updating-debian are strings and can't be used as conditions unless they are compared with the strings true or false.

The reusable workflow .github/workflows/build-oss.yml uses nginx-ingress-${{ github.run_id }}-${{ github.run_number }}-multi as a key to restore the cache, so we need to use the same key when creating the binaries so they can be restored in the subsequent steps.

@lucacome lucacome requested a review from a team as a code owner December 7, 2022 02:18
@github-actions github-actions bot added the chore Pull requests for routine tasks label Dec 7, 2022
@lucacome lucacome merged commit 7e2397f into main Dec 7, 2022
@lucacome lucacome deleted the chore/fix-update-wokflow branch December 7, 2022 16:48
coolbry95 pushed a commit to coolbry95/kubernetes-ingress that referenced this pull request Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants