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: fix dev workflows #1179

Merged
merged 2 commits into from
Jun 28, 2023
Merged

ci: fix dev workflows #1179

merged 2 commits into from
Jun 28, 2023

Conversation

swiatekm
Copy link

Fix building the dev container images. #1176 failed to make some necessary changes to the Makefile.

Also fix the stored artifact name for building the dev msi package. This was changed by the recent CI overhaul in #1172 .

@swiatekm swiatekm requested a review from a team as a code owner June 28, 2023 08:28
@github-actions github-actions bot added the github_actions Pull requests that update Github_actions code label Jun 28, 2023
@@ -265,7 +265,7 @@ build-push-container-multiplatform-dev: REPO_URL = "$(OPENSOURCE_REPO_URL_DEV)"
build-push-container-multiplatform-dev: build-push-container-multiplatform

.PHONY: push-container-manifest-dev
push-container-manifest-dev: REPO_URL="$(OPENSOURCE_REPO_URL_DEV)"
push-container-manifest-dev: REPO_URL = "$(OPENSOURCE_REPO_URL_DEV)"
Copy link
Contributor

Choose a reason for hiding this comment

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

🙉

Copy link
Author

Choose a reason for hiding this comment

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

This doesn't actually matter, but makes it clear this isn't bash assignment.

@swiatekm swiatekm merged commit 6afd13f into main Jun 28, 2023
@swiatekm swiatekm deleted the fix/build/dev-workflow branch June 28, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update Github_actions code skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants