Skip to content

Commit

Permalink
fix: update gallery location (#6)
Browse files Browse the repository at this point in the history
* fix: update variables.pkr.hcl

* docs: remove space

* chore: add yarn lock
  • Loading branch information
mitchell-liatrio authored Nov 8, 2022
1 parent 6e87585 commit 29cb2c2
Show file tree
Hide file tree
Showing 3 changed files with 4,919 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ This should build a custom Linux image that can be pushed to Azure Community Gal

# Release Instructions

CI is set to run when a tag is created in trunk. Increment the version number of the previous tag to release. Use SemVer (vX.X.X). The CI run will upload the image with version X.X.X to match their image versioning requirements, Major(int).Minor(int).Patch(int) .
CI is set to run when a tag is created in trunk. Increment the version number of the previous tag to release. Use SemVer (vX.X.X). The CI run will upload the image with version X.X.X to match their image versioning requirements, Major(int).Minor(int).Patch(int).
2 changes: 1 addition & 1 deletion variables.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sig_resource_group = "rg-liatrio-community-gallery"
sig_name = "liatrioCommunityGalleryTest"
sig_name = "github_runners"
sig_image_name = "ubuntu_gh_runner"
sig_image_version = "0.0.0" # set by the tag on a release
regions = ["eastus"]
Loading

0 comments on commit 29cb2c2

Please sign in to comment.