Skip to content

Commit

Permalink
use the correct cloud name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Mar 1, 2024
1 parent 6bc0205 commit 5007495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: build-image
run: ./bin/build-image
env:
OS_CLOUD: openstack
OS_CLOUD: arcus
PACKER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENVIRONMENT: arcus
PACKER_TEMPLATE: ${{ matrix.template }}
Expand All @@ -65,7 +65,7 @@ jobs:
id: publish-image
run: ./bin/publish-image
env:
OS_CLOUD: openstack
OS_CLOUD: arcus
ENVIRONMENT: arcus
ENV_VAR_FILES: ${{ matrix.var-files }}
IMAGE_ID: ${{ steps.build-image.outputs.image-id }}
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
./bin/purge-images "${GITHUB_SHA}.manifest"
env:
REPO_ROOT: ${{ github.workspace }}
OS_CLOUD: openstack
OS_CLOUD: arcus
ENVIRONMENT: arcus
ENV_VAR_FILES: common
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
Expand Down

0 comments on commit 5007495

Please sign in to comment.