Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.8.0-rc8 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Sep 23, 2023
1 parent e3015cd commit b60dc04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ data "google_compute_image" "runner_image" {
# https://github.com/aspect-build/workflows-images for example packer scripts and BUILD targets
# for building GCP images for Workflows.
project = "aspect-workflows-images"
name = "aspect-workflows-debian-11-minimal-1-1-0"
name = "aspect-workflows-debian-11-minimal-1-3-0"
}

module "aspect_workflows" {
# Aspect Workflows terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.0-rc6/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.0-rc8/workflows-gcp/terraform-gcp-aspect-workflows.zip"

# Network properties
network = google_compute_network.workflows_network.id
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setup: true
orbs:
continuation: circleci/continuation@1.0.0
slack: circleci/slack@4.12.5
bazel: aspect-build/workflows@dev:5.8.0-rc6
bazel: aspect-build/workflows@dev:5.8.0-rc8

workflows:
bazel-setup:
Expand Down

0 comments on commit b60dc04

Please sign in to comment.