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: refer to vars.AZURE_ACR_URL instead of secret #1708

Conversation

mkulke
Copy link
Contributor

@mkulke mkulke commented Feb 21, 2024

fixes #1707

currently ACR_URL is set as secret and used as such in the workflow, however that prohibits passing the value as output. The workflow has been adjusted to use a repository variable for this value instead.

the ACR_URL env is set globally in the worklflow and consumed in the jobs.

drive-by fixes:

  • an outdated reference to secrets.AZURE_IMAGE_DEF_NAME
  • reference the build image workflow locally (not tied to the repo)

fixes confidential-containers#1707

currently ACR_URL is set as secret and used as such in the workflow,
however that prohibits passing the value as output. The workflow has
been adjusted to use a repository variable for this value instead.

the ACR_URL env is set globally in the worklflow and consumed in the
jobs.

drive-by fixes:

- an outdated reference to secrets.AZURE_IMAGE_DEF_NAME
- reference the build image workflow locally (not tied to the repo)

Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
@mkulke mkulke force-pushed the mkulke/turn-acr_url-into-repo-variable-in-azure-e2e-test branch from a01b106 to de5f226 Compare February 21, 2024 13:07
@mkulke mkulke merged commit 3044183 into confidential-containers:main Feb 23, 2024
18 checks passed
@mkulke mkulke deleted the mkulke/turn-acr_url-into-repo-variable-in-azure-e2e-test branch February 23, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azure: e2e-test do not use the built daemonset image
3 participants