Skip to content

Commit

Permalink
Bump major Azure version, remove somewhitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Sep 24, 2024
1 parent f90ab9c commit 7a8cb3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
PKR_VAR_gallery_name: spacelift_worker_images_public
PKR_VAR_gallery_image_name: spacelift_worker_image
PKR_VAR_gallery_replication_regions: '["westeurope", "northeurope", "northcentralus", "eastus", "eastus2", "westus2", "westus3"]'
PKR_VAR_gallery_image_version: 1.0.${{ github.run_number }}
PKR_VAR_gallery_image_version: 2.0.${{ github.run_number }}

steps:
- name: Check out the source code
Expand Down Expand Up @@ -361,8 +361,6 @@ jobs:
];
fs.appendFileSync("./body.md", "\n\n" + azureLines.join("\n") + "\n" + gcpLinesToPrint.join("\n"));



- name: Create GitHub release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 7a8cb3e

Please sign in to comment.