Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
CICD: Add CI/CD workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
awshuss committed Nov 17, 2023
1 parent e28eaa2 commit 671e008
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/non-prod-selfserve-web-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ jobs:
ecr_tagged_image: ${SSWEB_NONPROD_TOOLING_REPO_URL}:${SSWEB_IMAGE_TAG}
image_sign_create: 'true'

- name: Release SelfServe Web
uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: php
package-name: ${{ github.event.repository.name }}

outputs:
image_tag: ${{ steps.push-image.outputs.image_tag }}

Expand Down

0 comments on commit 671e008

Please sign in to comment.