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

Change CI os to ubuntu-latest #29

Merged
merged 1 commit into from
May 8, 2023
Merged

Change CI os to ubuntu-latest #29

merged 1 commit into from
May 8, 2023

Conversation

stefin9898
Copy link
Contributor

No description provided.

@stefin9898 stefin9898 requested a review from nyrahul May 8, 2023 10:16
@@ -8,7 +8,7 @@ jobs:
push-docker-img:
name: Create and push docker image
if: github.repository == 'kubearmor/kubearmor-relay-server'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
Copy link
Contributor

Choose a reason for hiding this comment

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

Rather than using latest, can we use specific version like 22.04 or 21.04.
The ubuntu-latest distribution might change in the future and there are chances our build or worst our runtime env starts failing for unknown reasons.

@nyrahul nyrahul merged commit f488323 into kubearmor:main May 8, 2023
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.

2 participants