From eb52f5143d75d48c136be00b74fc5fcbfa0f00c6 Mon Sep 17 00:00:00 2001 From: Drew Bollinger Date: Mon, 24 Jun 2024 13:48:47 -0700 Subject: [PATCH] chore: fix production release --- ci/pipeline-production.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ci/pipeline-production.yml b/ci/pipeline-production.yml index 8f1523a..0d12729 100644 --- a/ci/pipeline-production.yml +++ b/ci/pipeline-production.yml @@ -116,6 +116,13 @@ resources: aws_region: us-gov-west-1 tag: pages-((deploy-env)) + - name: pages-release + type: github-release + source: + owner: cloud-gov + repository: pages-build-container + access_token: ((gh-access-token)) + - name: slack - name: pipeline-tasks - name: python @@ -129,3 +136,4 @@ resource_types: - name: slack-notification - name: pull-request - name: registry-image + - name: github-release